Skip to content

Commit a55dacd

Browse files
committed
Gradle 9: Fix build for testcontainers/java
Could not get unknown property 'destinationDir' for task ':compileJava' of type org.gradle.api.tasks.compile.JavaCompile.
1 parent 0a820b3 commit a55dacd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

testing/testcontainers/java/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,4 @@ ext.javaMainClass = "io.crate.example.testing.Application"
6363

6464

6565
idea.module.inheritOutputDirs = true
66-
processResources.destinationDir = compileJava.destinationDir
6766
compileJava.dependsOn processResources

0 commit comments

Comments
 (0)