Skip to content

Commit

Permalink
Fix deprecation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
larsgrefer committed Jul 16, 2021
1 parent ffd1d09 commit a04b407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code-generator-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ task copyTestGenerator(type: Copy, dependsOn: ':test-code-generator:jar'){
}
}

test.dependsOn(copyTestGenerator)
processTestResources.dependsOn(copyTestGenerator)

gradlePlugin {
plugins {
Expand Down

0 comments on commit a04b407

Please sign in to comment.