remove stuff
This commit is contained in:
parent
7ab208da2a
commit
2347a1b4a1
@ -1,9 +1,6 @@
|
|||||||
apply plugin: "java"
|
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
jcenter()
|
jcenter()
|
||||||
maven { url "https://jitpack.io" }
|
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
@ -13,5 +10,6 @@ dependencies {
|
|||||||
|
|
||||||
jar {
|
jar {
|
||||||
manifest { attributes "Main-Class": "com.terraforged.app.Main" }
|
manifest { attributes "Main-Class": "com.terraforged.app.Main" }
|
||||||
|
|
||||||
from { configurations.runtimeClasspath.collect { it.isDirectory() ? it : zipTree(it) } }
|
from { configurations.runtimeClasspath.collect { it.isDirectory() ? it : zipTree(it) } }
|
||||||
}
|
}
|
@ -1,5 +1,3 @@
|
|||||||
apply plugin: "java"
|
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile project(":Noise2D")
|
compile project(":Noise2D")
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user