Code generation fix

This commit is contained in:
Anuken
2019-01-09 11:52:45 -05:00
parent 2bc63b37e4
commit 48a7254aa3

View File

@ -190,7 +190,7 @@ project(":core"){
dependencies{
compileJava.dependsOn(cleanGen)
build.finalizedBy(copyGen)
compileJava.finalizedBy(copyGen)
compile arcModule("arc-core")
compile arcModule("extensions:freetype")