We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efd9ae3 commit 32513e9Copy full SHA for 32513e9
spring-oxm/spring-oxm.gradle
@@ -28,7 +28,7 @@ dependencies {
28
testRuntimeOnly("com.sun.xml.bind:jaxb-impl")
29
}
30
31
-// XJC plugin adds generated code to main source-set, but we need it only for tests
+// XJC plugin adds generated code to main source set, but we need it only for tests
32
sourceSets.main.java.setSrcDirs(["src/main/java"])
33
sourceSets.main.resources.setSrcDirs(["src/main/resources"])
34
sourceSets.test.java.srcDir(tasks.named("xjc", XjcTask).flatMap { it.outputJavaDir })
0 commit comments