Skip to content

Commit af8ecb0

Browse files
committed
Gradle 9: Fix build for jOOQ example
Could not get unknown property 'destinationDir' for task ':compileJava' of type org.gradle.api.tasks.compile.JavaCompile.
1 parent b18bd60 commit af8ecb0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

by-language/java-jooq/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,4 @@ test {
6161
apply from: 'jooq.gradle'
6262

6363
idea.module.inheritOutputDirs = true
64-
processResources.destinationDir = compileJava.destinationDir
6564
compileJava.dependsOn processResources

0 commit comments

Comments
 (0)