You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that our build is not compatible with Gradle 3.2. Specifically, it seems that the "spring-oxm:genJaxb" thinks it's up to date, while it actually isn't. The following is an excerpt from a grade clean test when running on 3.2:
:spring-messaging:processResources UP-TO-DATE
:spring-messaging:classes
:spring-messaging:jar
:spring-oxm:genCastor
[ant:javac] : warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
:spring-oxm:genJaxb UP-TO-DATE
:spring-oxm:compileTestJava
/Users/arjen/Projects/Spring/spring-framework/spring-oxm/src/test/java/org/springframework/oxm/jaxb/Jaxb2MarshallerTests.java:27: error: package org.springframework.oxm.jaxb.test does not exist
import org.springframework.oxm.jaxb.test.FlightType;
...
Strange, while testing out things with a few changes I'm preparing, I didn't run into this issue and it seems our inputs/outputs configuration for those tasks is perfectly fine according to the reference documentation.
Juergen Hoeller opened SPR-14906 and commented
Gradle 3.2 is out now...
Issue Links:
Referenced from: commits 04ed591, 57130b2
0 votes, 5 watchers
The text was updated successfully, but these errors were encountered: