Migrate to Gradle 8.7
This commit is contained in:
parent
ff0d76a6d3
commit
255740ca5a
17 changed files with 103 additions and 75 deletions
|
|
@ -102,7 +102,7 @@ processResources {
|
|||
}
|
||||
|
||||
jar {
|
||||
classifier = 'unshaded'
|
||||
archiveClassifier = 'unshaded'
|
||||
}
|
||||
|
||||
shadowJar {
|
||||
|
|
@ -130,9 +130,9 @@ shadowJar {
|
|||
include(dependency(':bukkit-helper-120-5'))
|
||||
}
|
||||
relocate('org.bstats', 'org.dynmap.bstats')
|
||||
destinationDir = file '../target'
|
||||
archiveName = "Dynmap-${parent.version}-spigot.jar"
|
||||
classifier = ''
|
||||
destinationDirectory = file '../target'
|
||||
archiveBaseName = "Dynmap"
|
||||
archiveClassifier = 'spigot'
|
||||
}
|
||||
shadowJar.doLast {
|
||||
task ->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue