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

@ -16,15 +16,15 @@ dependencies {
}
jar {
classifier = 'unshaded'
archiveClassifier = 'unshaded'
}
shadowJar {
dependencies {
include(dependency(":DynmapCoreAPI"))
}
destinationDir = file '../target'
classifier = ''
destinationDirectory = file '../target'
archiveClassifier = ''
}
artifacts {