Upgrade to JDK 16 and Kotlin 1.3.21
This commit is contained in:
parent
972d93c4b1
commit
3dd75fa575
28 changed files with 181 additions and 399 deletions
|
@ -1,11 +1,19 @@
|
|||
plugins {
|
||||
id("com.gradle.enterprise").version("3.1.1")
|
||||
id("com.gradle.enterprise").version("3.6.3")
|
||||
}
|
||||
|
||||
gradleEnterprise {
|
||||
buildScan {
|
||||
link("GitHub", "https://github.com/ethauvin/pinboard-poster/tree/master")
|
||||
if (!System.getenv("CI").isNullOrEmpty()) {
|
||||
isUploadInBackground = false
|
||||
publishOnFailure()
|
||||
tag("CI")
|
||||
}
|
||||
termsOfServiceUrl = "https://gradle.com/terms-of-service"
|
||||
termsOfServiceAgree = "yes"
|
||||
}
|
||||
}
|
||||
|
||||
rootProject.name = "pinboard-poster"
|
||||
|
||||
gradleEnterprise {
|
||||
buildScan {
|
||||
// plugin configuration
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue