File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
jruby-gradle-jar-plugin/src/main/groovy/com/github/jrubygradle/jar/internal Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ import org.gradle.api.internal.file.CopyActionProcessingStreamAction
29
29
import org.gradle.api.internal.file.copy.CopyAction
30
30
import org.gradle.api.internal.file.copy.CopyActionProcessingStream
31
31
import org.gradle.api.internal.file.copy.FileCopyDetailsInternal
32
- import org.gradle.api.internal. tasks.SimpleWorkResult
32
+ import org.gradle.api.tasks.WorkResults
33
33
import org.gradle.api.tasks.WorkResult
34
34
import org.gradle.api.tasks.bundling.Zip
35
35
import org.gradle.api.tasks.util.PatternSet
@@ -108,7 +108,7 @@ class JRubyJarCopyAction implements CopyAction {
108
108
)
109
109
}
110
110
}
111
- return new SimpleWorkResult (true )
111
+ return WorkResults . didWork (true )
112
112
}
113
113
114
114
private void processTransformers (ZipOutputStream s ) {
You can’t perform that action at this time.
0 commit comments