more build stuff

This commit is contained in:
dags- 2020-01-16 21:51:01 +00:00
parent 1ac96d1ceb
commit 7ab208da2a
3 changed files with 5 additions and 1 deletions

@ -1 +1 @@
Subproject commit 4083d609c0023744eef091e3f74ac871806b5565
Subproject commit 8ee6d721140efcebda768bf5d0f13016816fc306

View File

@ -1,3 +1,5 @@
apply plugin: "java"
repositories {
mavenCentral()
jcenter()

View File

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