Skip to content

Commit

Permalink
Revert "Remove unused InputChanges parameter"
Browse files Browse the repository at this point in the history
This reverts commit 77289b6.
  • Loading branch information
guillermocalvo committed Jan 9, 2024
1 parent 77289b6 commit 8fd12bf
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import org.gradle.api.tasks.*
import org.gradle.api.tasks.compile.AbstractCompile
import org.gradle.process.ExecResult
import org.gradle.process.JavaExecSpec
import org.gradle.work.InputChanges

import java.nio.file.Files
import java.nio.file.Path
Expand Down Expand Up @@ -69,7 +70,7 @@ class GroovyPageForkCompileTask extends AbstractCompile {
}

@TaskAction
void execute() {
void execute(InputChanges inputs) {
compile()
}

Expand Down

0 comments on commit 8fd12bf

Please sign in to comment.