Skip to content

Commit c319408

Browse files
committed
Merge pull request #257 from kenzierocks/fix/issue-254
Add debug=true for ant:javac
2 parents 792c864 + 7652764 commit c319408

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/net/minecraftforge/gradle/user/TaskRecompileMc.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ public void doStuff() throws IOException
6969
.put("encoding", "utf-8")
7070
.put("source", "1.6")
7171
.put("target", "1.6")
72+
.put("debug", "true")
7273
//.put("compilerarg", "-Xlint:-options") // to silence the bootstrap classpath warning
7374
.build());
7475

0 commit comments

Comments
 (0)