Merge branch 'master' into resources

This commit is contained in:
dfsek
2020-11-12 17:12:43 -07:00
committed by GitHub
13 changed files with 100 additions and 76 deletions
+2 -1
View File
@@ -31,6 +31,7 @@ java {
}
val versionObj = Version("1", "3", "1", true)
version = versionObj
dependencies {
@@ -51,7 +52,7 @@ dependencies {
testImplementation("org.junit.jupiter:junit-jupiter-api:5.7.0")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.7.0")
testImplementation(name = "Gaea-1.14.0", group = "")
testImplementation(name = "Gaea-1.14.2", group = "")
}
val compileJava: JavaCompile by tasks