forked from testng-team/testng
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgradle.properties
26 lines (20 loc) · 868 Bytes
/
gradle.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
org.gradle.parallel=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.11.0
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/testng-team/testng.git
# In most cases it is the same as the project group
nexus.profile=org.testng
github.organization=testng-team
github.repository=testng
# Fix Gradle warning with sonarqube plugin v4.x
# See https://community.sonarsource.com/t/sonarscanner-for-gradle-you-can-now-decide-when-to-compile/102069
systemProp.sonar.gradle.skipCompile=true