Upgrade to JDK 16, Kotlin 1.3.21 and Gradle 7.1.1
This commit is contained in:
parent
b674549840
commit
782fd2f649
18 changed files with 57 additions and 589 deletions
|
@ -1,11 +1,18 @@
|
|||
plugins {
|
||||
id("com.gradle.enterprise").version("3.1.1")
|
||||
id("com.gradle.enterprise").version("3.6.3")
|
||||
}
|
||||
|
||||
rootProject.name = "akismet-kotlin"
|
||||
|
||||
gradleEnterprise {
|
||||
buildScan {
|
||||
// plugin configuration
|
||||
link("GitHub", "https://github.com/ethauvin/akismet-kotlin/tree/master")
|
||||
if (!System.getenv("CI").isNullOrEmpty()) {
|
||||
isUploadInBackground = false
|
||||
publishOnFailure()
|
||||
tag("CI")
|
||||
}
|
||||
termsOfServiceUrl = "https://gradle.com/terms-of-service"
|
||||
termsOfServiceAgree = "yes"
|
||||
}
|
||||
}
|
||||
|
||||
rootProject.name = "akismet-kotlin"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue