Commit d9c9a36
committed
Only assign options.isFork if needed
This is in preparation for Gradle 9 that will change isFork
to a lazy property (and dynamically rewrite the plugin
bytecode) which will make it immutable at execution time.
With this change, users can manually configure isFork=true
when needed to avoid the error, as the plugin will no longer
try to set isFork to true if it already is.
This is a first step towards fixing #971 parent 4954b35 commit d9c9a36
File tree
1 file changed
+1
-1
lines changed- src/main/kotlin/net/ltgt/gradle/errorprone
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
138 | | - | |
| 138 | + | |
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
| |||
0 commit comments