Skip to content

Commit e0290f6

Browse files
committed
added explicit dirty definiton
1 parent 30231f4 commit e0290f6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/main/java/net/minecraftforge/gradle/tasks/ProcessJarTask.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,11 @@ public File getOutJar()
288288
{
289289
return isClean ? outCleanJar.call() : outDirtyJar.call();
290290
}
291+
292+
public void setDirty()
293+
{
294+
isClean = false;
295+
}
291296

292297
@InputFiles
293298
public FileCollection getAts()

0 commit comments

Comments
 (0)