Skip to content

Commit

Permalink
forced use of R5 IG
Browse files Browse the repository at this point in the history
  • Loading branch information
glichtner committed Sep 15, 2022
1 parent 71b11a3 commit ddf3ed7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public class Template {
public static final int IG_NONE = 0;
public static final int IG_ANY = 1;
public static final int IG_NO_RESOURCE = 2;
private static final boolean USE_R5_IG_FORMAT = false;
private static final boolean USE_R5_IG_FORMAT = true;

private NpmPackage pack;
private JsonObject configuration;
Expand Down

0 comments on commit ddf3ed7

Please sign in to comment.