Skip to content

Commit

Permalink
Rearrange API calls related to debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-yevsyukov committed May 1, 2024
1 parent 23a9622 commit 65a0060
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,13 +118,13 @@ internal class PluginSpec {
.withSharedTestKitDirectory()
.replace("@PROTOTAP_PLUGIN_ID@", GRADLE_PLUGIN_ID)
.replace("@PROTOTAP_VERSION@", version)
//.withLoggingLevel(LogLevel.INFO)
/* Uncomment the following if you need to debug the build process.
Please note that:
1) Test will run much slower.
2) Under Windows it may cause this issue to occur:
https://github.com/gradle/native-platform/issues/274
After finishing the debug, please comment out this call again. */
//.withLoggingLevel(LogLevel.INFO)
//.enableRunnerDebug()
.copyBuildSrc()
project = builder.create()
Expand Down

0 comments on commit 65a0060

Please sign in to comment.