Bump Gradle to version 8.13

This commit is contained in:
Erik C. Thauvin 2025-03-19 01:23:57 -07:00
parent 050fd5d3a6
commit 5b5bd56077
Signed by: erik
GPG key ID: 776702A6A2DA330E
6 changed files with 16 additions and 6 deletions

View file

@ -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()