remove stuff

This commit is contained in:
dags- 2020-01-16 22:10:36 +00:00
parent 7ab208da2a
commit 2347a1b4a1
2 changed files with 1 additions and 5 deletions

View File

@ -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) } }
}

View File

@ -1,5 +1,3 @@
apply plugin: "java"
dependencies {
compile project(":Noise2D")
}