mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-27 09:44:04 +00:00
Patch new cmds system into old system
This commit is contained in:
@@ -8,6 +8,12 @@ repositories {
|
||||
maven { url 'https://papermc.io/repo/repository/maven-public/' }
|
||||
}
|
||||
|
||||
configurations.all { Configuration it ->
|
||||
it.resolutionStrategy { ResolutionStrategy rs ->
|
||||
rs.force("com.google.guava:guava:21.0")
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile project(':worldedit-core')
|
||||
compile 'com.sk89q:dummypermscompat:1.10'
|
||||
|
Reference in New Issue
Block a user