mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2024-11-22 15:05:18 +01:00
Removed unneeded transitive dependency on MMO module
This commit is contained in:
parent
9c6dacb394
commit
74978f8512
@ -24,4 +24,8 @@ description = 'MMO'
|
||||
|
||||
tasks.withType(Jar) {
|
||||
destinationDirectory = file("$rootDir/bin/")
|
||||
}
|
||||
|
||||
configurations.all {
|
||||
exclude group: 'com.mojang', module: 'authlib'
|
||||
}
|
Loading…
Reference in New Issue
Block a user