Skip to content

Commit

Permalink
Work around configuration cache problem in NBT Gradle Plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkinsona committed Oct 17, 2022
1 parent e3c8c6e commit ff16f6d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
* @author Andy Wilkinson
* @author Scott Frederick
*/
@GradleCompatibility(configurationCache = true)
@GradleCompatibility(configurationCache = false)
class NativeImagePluginActionIntegrationTests {

GradleBuild gradleBuild;
Expand Down

0 comments on commit ff16f6d

Please sign in to comment.