We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 305083f commit f5d603cCopy full SHA for f5d603c
src/main/java/nu/studer/gradle/rocker/RockerCompile.java
@@ -38,6 +38,7 @@ public class RockerCompile extends DefaultTask {
38
private final FileSystemOperations fileSystemOperations;
39
private final ExecOperations execOperations;
40
41
+ // todo use new incremental task API https://docs.gradle.org/current/javadoc/org/gradle/work/InputChanges.html
42
@Inject
43
public RockerCompile(ObjectFactory objects, FileSystemOperations fileSystemOperations, ExecOperations execOperations) {
44
this.objects = objects;
0 commit comments