Start 1.20.5 code
This commit is contained in:
parent
4aad73cff8
commit
0ecb064940
12 changed files with 891 additions and 29 deletions
|
|
@ -85,6 +85,9 @@ dependencies {
|
|||
implementation(project(':bukkit-helper-120-4')) {
|
||||
transitive = false
|
||||
}
|
||||
implementation(project(':bukkit-helper-120-5')) {
|
||||
transitive = false
|
||||
}
|
||||
}
|
||||
|
||||
processResources {
|
||||
|
|
@ -124,6 +127,7 @@ shadowJar {
|
|||
include(dependency(':bukkit-helper-120'))
|
||||
include(dependency(':bukkit-helper-120-2'))
|
||||
include(dependency(':bukkit-helper-120-4'))
|
||||
include(dependency(':bukkit-helper-120-5'))
|
||||
}
|
||||
relocate('org.bstats', 'org.dynmap.bstats')
|
||||
destinationDir = file '../target'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue