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

View File

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