Upgraded to Gradle 6.6 and Kotlin 1.4.0.

This commit is contained in:
Erik C. Thauvin 2020-08-18 11:39:40 -07:00
parent 4f458b0bdc
commit 0f0e87bb6a
40 changed files with 484 additions and 385 deletions

View file

@ -1 +1,11 @@
plugins {
id("com.gradle.enterprise").version("3.1.1")
}
rootProject.name = "pinboard-poster"
gradleEnterprise {
buildScan {
// plugin configuration
}
}