Skip to content

Commit c8bea73

Browse files
committed
Fix NPE.
1 parent 2a46818 commit c8bea73

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

atplug-plugin-gradle/src/main/java/com/diffplug/atplug/tooling/PlugGenerator.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ class PlugGenerator internal constructor(toSearches: List<File>, toLinkAgainst:
7575
}
7676
} finally {
7777
classLoader.close()
78-
System.setProperty("atplug.generate", null)
78+
System.setProperty("atplug.generate", "")
7979
}
8080
}
8181

0 commit comments

Comments
 (0)