Upgrade to JDK 16, Kotlin 1.3.21 and Gradle 7.1.1

This commit is contained in:
Erik C. Thauvin 2021-07-27 14:41:16 -07:00
parent b674549840
commit 782fd2f649
18 changed files with 57 additions and 589 deletions

View file

@ -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"