File: gradle.properties

package info (click to toggle)
testng7 7.5-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 12,216 kB
  • sloc: java: 95,176; xml: 2,343; javascript: 162; sh: 146; makefile: 7
file content (23 lines) | stat: -rw-r--r-- 724 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
org.gradle.parallel=true
systemProp.org.gradle.kotlin.dsl.precompiled.accessors.strict=true
kotlin.code.style=official
# See https://kotlinlang.org/docs/gradle.html#dependency-on-the-standard-library
# Note: testng.kotlin-library.gradle.kts adds kotlin-stdlib for testImplementation
kotlin.stdlib.default.dependency=false

testng.version=7.5

group=org.testng

project.name=TestNG
project.url=https\://testng.org
project.vendor.name=TestNG
project.vendor.id=org.testng

# For now this URL is used only in POM references, and release tags are pused
scm.url=https\://github.com/cbeust/testng.git

# In most cases it is the same as the project group
nexus.profile=org.testng
github.organization=cbeust
github.repository=testng