Migrate to Gradle 8.7

This commit is contained in:
Michael Primm 2024-04-26 22:50:43 -05:00
parent 120889b500
commit 21369ec485
17 changed files with 103 additions and 75 deletions

View file

@ -48,7 +48,7 @@ processResources {
}
jar {
classifier = 'unshaded'
archiveClassifier = 'unshaded'
}
shadowJar {
@ -79,8 +79,8 @@ shadowJar {
relocate('org.postgresql', 'org.dynmap.org.postgresql')
relocate('io.github.linktosriram.s3lite', 'org.dynmap.s3lite')
destinationDir = file '../target'
classifier = ''
destinationDirectory = file '../target'
archiveClassifier = ''
}
artifacts {