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