Bump Gradle to version 8.13
This commit is contained in:
parent
050fd5d3a6
commit
5b5bd56077
6 changed files with 16 additions and 6 deletions
|
@ -14,7 +14,9 @@ final def semverProcessor = 'net.thauvin.erik:semver:1.2.2-SNAPSHOT'
|
|||
sourceCompatibility = 1.8
|
||||
targetCompatibility = 1.8
|
||||
|
||||
mainClassName = 'com.example.Example'
|
||||
application {
|
||||
mainClass = 'com.example.Example'
|
||||
}
|
||||
|
||||
repositories {
|
||||
mavenLocal()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue