Skip to content
This repository has been archived by the owner on Dec 24, 2023. It is now read-only.

Commit

Permalink
Fixed Lua only projects
Browse files Browse the repository at this point in the history
  • Loading branch information
deathbeam committed Sep 13, 2015
1 parent e0d15ab commit c28e31f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,10 @@ task rocks() << {
}

task update(dependsOn: [':rocks', ':updateAssets']) << {
if (!file("shared/build/moon").exists()) {
file("shared/build/moon").mkdirs();
}

def src = ".."
def res = "res"
def out = "android/assets/yae"
Expand Down

0 comments on commit c28e31f

Please sign in to comment.