-
Notifications
You must be signed in to change notification settings - Fork 38.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade build to Gradle 3.0 [SPR-14569] #19138
Comments
Juergen Hoeller commented Gradle 3.0 RC2 works for me so far after a local upgrade. |
Sam Brannen commented Juergen Hoeller, sorry about raising #19157 as a duplicate. I somehow overlooked this issue when searching. In any case, Gradle 3.0 is out, and I've already upgraded the build locally (with a clean test run). So, do you want me to push my changes to |
Juergen Hoeller commented No worries, I'm on Gradle 3.0 RC2 still. Please push the upgrade to GA and I'll grab it right away. |
Sam Brannen commented Done! ;-) |
Stéphane Nicoll commented This broke our build because test reports aren't in the same location anymore. It seems that Bamboo is not able to change the location on a branch-by-branch basis so we should find a way to put test reports at the same location as Gradle 2.x does. |
Sam Brannen commented You should be able to set the destination in which Gradle generates XML test reports as follows, where test {
reports.junitXml.destination = file("$buildDir/my-custom-location")
} Does that work for you? |
Sam Brannen commented Re-resolving this issue as Complete since the build is now passing again with the latest changes to the location of generated JUnit XML files. |
Stéphane Nicoll commented The SonarQube build is broken as well
|
Brian Clozel commented We need to wait for the next release of the SonarQube Gradle plugin - see SONARGRADL-16. |
Sam Brannen commented Brian Clozel, thanks for pointing us to the SonarQube issue. (y) |
Dejan Stojadinović commented I'm already using sonarqube gradle plugin version 2.1-rc1 for my projects (in parallel with gradle 3.0): https://plugins.gradle.org/plugin/org.sonarqube/2.1-rc1; I guess that SonarSource will release version 2.1 in a few days. |
Stéphane Nicoll commented Our build has been upgrade to the |
Sam Brannen commented (y) |
Juergen Hoeller opened SPR-14569 and commented
Gradle 3.0 is in RC2 now and very likely generally available in time for our 5.0 M2. Let's upgrade to it for a smoother JDK 9 experience, literally just requiring a
JAVA_HOME
change then.Issue Links:
Referenced from: commits c399b4b, e6353f0, c64cdcc, 669fd80, 9629afb
0 votes, 5 watchers
The text was updated successfully, but these errors were encountered: