removed the 1.21.6 Bukkit Helper since its not needed
fixed the porting issues @jacob1 found
This commit is contained in:
parent
1708a429bf
commit
436ded2175
9 changed files with 4 additions and 729 deletions
|
|
@ -100,9 +100,6 @@ dependencies {
|
|||
implementation(project(':bukkit-helper-121-5')) {
|
||||
transitive = false
|
||||
}
|
||||
implementation(project(':bukkit-helper-121-6')) {
|
||||
transitive = false
|
||||
}
|
||||
implementation(project(':bukkit-helper-121-7')) {
|
||||
transitive = false
|
||||
}
|
||||
|
|
@ -150,7 +147,6 @@ shadowJar {
|
|||
include(dependency(':bukkit-helper-121-3'))
|
||||
include(dependency(':bukkit-helper-121-4'))
|
||||
include(dependency(':bukkit-helper-121-5'))
|
||||
include(dependency(':bukkit-helper-121-6'))
|
||||
include(dependency(':bukkit-helper-121-7'))
|
||||
}
|
||||
relocate('org.bstats', 'org.dynmap.bstats')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue