Upgrade to JDK 16, Kotlin 1.3.21 and Gradle 7.1.1

This commit is contained in:
Erik C. Thauvin 2021-07-27 15:02:55 -07:00
parent 05195d792d
commit 3d4824759e
64 changed files with 1073 additions and 620 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 = "bitly-shorten"
gradleEnterprise {
buildScan {
// plugin configuration
link("GitHub", "https://github.com/ethauvin/bitly-shorten/tree/master")
if (!System.getenv("CI").isNullOrEmpty()) {
isUploadInBackground = false
publishOnFailure()
tag("CI")
}
termsOfServiceUrl = "https://gradle.com/terms-of-service"
termsOfServiceAgree = "yes"
}
}
rootProject.name = "bitly-shorten"