Migrate to Gradle 8.7
This commit is contained in:
parent
120889b500
commit
21369ec485
17 changed files with 103 additions and 75 deletions
|
|
@ -16,15 +16,15 @@ dependencies {
|
|||
}
|
||||
|
||||
jar {
|
||||
classifier = 'unshaded'
|
||||
archiveClassifier = 'unshaded'
|
||||
}
|
||||
|
||||
shadowJar {
|
||||
dependencies {
|
||||
include(dependency(":DynmapCoreAPI"))
|
||||
}
|
||||
destinationDir = file '../target'
|
||||
classifier = ''
|
||||
destinationDirectory = file '../target'
|
||||
archiveClassifier = ''
|
||||
}
|
||||
|
||||
artifacts {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue