Upgraded to Gradle 7.0.1

This commit is contained in:
Erik C. Thauvin 2021-05-11 20:57:34 -07:00
parent bcf95bc6f0
commit f4b1caa986
10 changed files with 20 additions and 12 deletions

View file

@ -28,7 +28,7 @@ repositories {
}
application {
mainClassName = "com.example.MainKt"
mainClass.set("com.example.MainKt")
// project.afterEvaluate {
// println("Version: $version")
// }