Rename pomf to pomf_build

This commit is contained in:
modmuss50
2016-09-10 13:15:27 +01:00
parent 5da73c87f8
commit ab0b8fd09f
3 changed files with 5 additions and 5 deletions

View File

@@ -32,7 +32,7 @@ public class LoomGradleExtension {
public String version;
public String runDir = "run";
public String fabricVersion;
public String pomf;
public String pomf_build;
//Not to be set in the build.gradle
public Project project;