From 741360022bbb47ddd17fedcbd68ff3c3ad8e0349 Mon Sep 17 00:00:00 2001 From: Anuken Date: Sun, 23 Jun 2019 11:03:05 -0400 Subject: [PATCH] Typo --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 719c8ce18f..e8c8736405 100644 --- a/build.gradle +++ b/build.gradle @@ -35,7 +35,7 @@ allprojects{ } getArcHash = { - //get latest commit hash from gtihub since JITPack's '-snapshot' version doesn't work correctly + //get latest commit hash from github since JITPack's '-snapshot' version doesn't work correctly if(arcHash == null){ try{ arcHash = 'git ls-remote https://github.com/Anuken/Arc.git'.execute().text.split("\t")[0] @@ -201,7 +201,7 @@ project(":core"){ compileJava.dependsOn(cleanGen) compileJava.finalizedBy(copyGen) } - + compileJava.dependsOn(preGen) compile arcModule("arc-core")