Migrate to Gradle 8.7
This commit is contained in:
parent
120889b500
commit
21369ec485
17 changed files with 103 additions and 75 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue