Skip to content

Commit f5d603c

Browse files
committed
Add todo
1 parent 305083f commit f5d603c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/nu/studer/gradle/rocker/RockerCompile.java

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ public class RockerCompile extends DefaultTask {
3838
private final FileSystemOperations fileSystemOperations;
3939
private final ExecOperations execOperations;
4040

41+
// todo use new incremental task API https://docs.gradle.org/current/javadoc/org/gradle/work/InputChanges.html
4142
@Inject
4243
public RockerCompile(ObjectFactory objects, FileSystemOperations fileSystemOperations, ExecOperations execOperations) {
4344
this.objects = objects;

0 commit comments

Comments
 (0)