Skip to content

Commit

Permalink
VerifyPluginTask: revert accidental removal of @UntrackedTask
Browse files Browse the repository at this point in the history
  • Loading branch information
YannCebron committed Sep 11, 2024
1 parent 79617db commit 74a0ae5
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ import kotlin.io.path.pathString
*
*/
// TODO: Use Reporting for handling verification report output? See: https://docs.gradle.org/current/dsl/org.gradle.api.reporting.Reporting.html
// TODO: Parallel run? https://docs.gradle.org/current/userguide/worker_api.html#converting_to_worker_api@UntrackedTask(because = "Should always run")
// TODO: Parallel run? https://docs.gradle.org/current/userguide/worker_api.html#converting_to_worker_api
@UntrackedTask(because = "Should always run")
abstract class VerifyPluginTask : JavaExec(), RuntimeAware, PluginVerifierAware {

/**
Expand Down

0 comments on commit 74a0ae5

Please sign in to comment.