mirror of
https://gitlab.com/SamB440/rpgregions-2.git
synced 2025-12-28 03:09:14 +00:00
Fix ultraregions compile error
This commit is contained in:
@@ -36,6 +36,10 @@ repositories {
|
||||
}
|
||||
}
|
||||
|
||||
compileJava {
|
||||
if (!ultraRegionsSupport) sourceSets.main.java.exclude "**/net/islandearth/rpgregions/ultraregions/UltraRegionsIntegration.java"
|
||||
}
|
||||
|
||||
dependencies {
|
||||
testCompile group: 'junit', name: 'junit', version: '4.12'
|
||||
implementation 'net.islandearth:languagy-api:2.0.2-SNAPSHOT' // languagy
|
||||
|
||||
Reference in New Issue
Block a user