Permalink
Please sign in to comment.
Browse files
Moved SquirrelID relocation to core project. (#394)
This allows projects depending on core to properly use the ProfileService and ProfileResolver without themselves relocating the package.
- Loading branch information...
Showing
with
11 additions
and 8 deletions.
- +1 −1 settings.gradle
- +9 −5 worldguard-core/build.gradle
- +1 −2 worldguard-legacy/build.gradle
@@ -1,3 +1,3 @@ | |||
rootProject.name = 'worldguard' | |||
|
|||
include 'worldguard-core', 'worldguard-sponge', 'worldguard-legacy' | |||
include 'worldguard-core', 'worldguard-legacy' |
0 comments on commit
72a392a