Skip to content

Commit efd9ae3

Browse files
committed
Add comment
Signed-off-by: Clayton Walker <[email protected]>
1 parent a2eaa94 commit efd9ae3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spring-oxm/spring-oxm.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ dependencies {
2828
testRuntimeOnly("com.sun.xml.bind:jaxb-impl")
2929
}
3030

31+
// XJC plugin adds generated code to main source-set, but we need it only for tests
3132
sourceSets.main.java.setSrcDirs(["src/main/java"])
3233
sourceSets.main.resources.setSrcDirs(["src/main/resources"])
3334
sourceSets.test.java.srcDir(tasks.named("xjc", XjcTask).flatMap { it.outputJavaDir })

0 commit comments

Comments
 (0)