bump Gradle version to 7

This commit is contained in:
2021-05-01 23:47:51 +01:00
parent c6aede665e
commit cffa781cf8
3 changed files with 16 additions and 7 deletions

View File

@@ -8,4 +8,9 @@ repositories {
dependencies {
implementation project(':')
}
}
application {
mainClass = 'net.woggioni.jwo.benchmark.Main'
}