Skip to content

Commit 8a30a18

Browse files
committed
Support gradle configuration cache
1 parent d227e32 commit 8a30a18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/gradle/graphql-java-codegen-gradle-plugin/src/main/java/io/github/kobylynskyi/graphql/codegen/gradle/GraphQLCodegenGradleTask.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1069,7 +1069,7 @@ public void setSkip(Boolean skip) {
10691069
this.skip = skip;
10701070
}
10711071

1072-
@InputFile
1072+
@InputDirectory
10731073
@Optional
10741074
public Path getDefaultResourcesDir() {
10751075
return defaultResourcesDir;

0 commit comments

Comments
 (0)