Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-11-08 04:20:06 +01:00
Switch to using local maven for Piston
Dieser Commit ist enthalten in:
Ursprung
f8c4f23658
Commit
da35b3c174
@ -1,5 +1,3 @@
|
|||||||
rootProject.name = 'worldedit'
|
rootProject.name = 'worldedit'
|
||||||
|
|
||||||
include 'worldedit-core', 'worldedit-bukkit', 'worldedit-forge', 'worldedit-sponge'
|
include 'worldedit-core', 'worldedit-bukkit', 'worldedit-forge', 'worldedit-sponge'
|
||||||
|
|
||||||
includeBuild("../Piston")
|
|
||||||
|
@ -13,6 +13,11 @@ configurations.all { Configuration it ->
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
repositories {
|
||||||
|
// temporary, for Piston
|
||||||
|
mavenLocal()
|
||||||
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile 'de.schlichtherle:truezip:6.8.3'
|
compile 'de.schlichtherle:truezip:6.8.3'
|
||||||
compile 'rhino:js:1.7R2'
|
compile 'rhino:js:1.7R2'
|
||||||
@ -25,10 +30,12 @@ dependencies {
|
|||||||
compile 'com.sk89q.lib:jlibnoise:1.0.0'
|
compile 'com.sk89q.lib:jlibnoise:1.0.0'
|
||||||
compile 'com.googlecode.json-simple:json-simple:1.1.1'
|
compile 'com.googlecode.json-simple:json-simple:1.1.1'
|
||||||
compile 'org.slf4j:slf4j-api:1.7.26'
|
compile 'org.slf4j:slf4j-api:1.7.26'
|
||||||
compileOnly 'org.enginehub.piston:core-ap-annotations:0.0.1-SNAPSHOT'
|
|
||||||
compile 'org.enginehub.piston:core-ap-runtime:0.0.1-SNAPSHOT'
|
def pistonVersion = '0.0.1-SNAPSHOT'
|
||||||
annotationProcessor 'org.enginehub.piston:core-ap-processor:0.0.1-SNAPSHOT'
|
compileOnly "org.enginehub.piston.core-ap:annotations:$pistonVersion"
|
||||||
compile 'org.enginehub.piston:default-impl:0.0.1-SNAPSHOT'
|
compile "org.enginehub.piston.core-ap:runtime:$pistonVersion"
|
||||||
|
annotationProcessor "org.enginehub.piston.core-ap:processor:$pistonVersion"
|
||||||
|
compile "org.enginehub.piston:default-impl:$pistonVersion"
|
||||||
//compile 'net.sf.trove4j:trove4j:3.0.3'
|
//compile 'net.sf.trove4j:trove4j:3.0.3'
|
||||||
testCompile 'org.mockito:mockito-core:1.9.0-rc1'
|
testCompile 'org.mockito:mockito-core:1.9.0-rc1'
|
||||||
}
|
}
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren