Skip to content
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

Gradle upgrade to 3.3 #6

Closed
3 tasks
c0c0n3 opened this issue Jan 23, 2017 · 2 comments
Closed
3 tasks

Gradle upgrade to 3.3 #6

c0c0n3 opened this issue Jan 23, 2017 · 2 comments

Comments

@c0c0n3
Copy link
Owner

c0c0n3 commented Jan 23, 2017

We should upgrade to the latest Gradle version: 3.3. (We're currently using 2.12.) It can be done by changing

gradleVersion = '2.12'

in build.gradle to 3.3 and then regenerate the wrapper.

But there's a nasty issue. Our current version of the Gradle Spring Boot Plugin is 1.3.4 and this version doesn't work with Gradle 3.3. In fact, if you try to build with Gradle 3.3 you get this error message:

Failed to apply plugin [class 'io.spring.gradle.dependencymanagement.DependencyManagementPlugin']

This is a compatibility issue that can be easily worked out by upgrading to the latest release
of the Spring Boot Plugin: 1.4.3. (More info about it in the Gradle Forum.) But 1.4.3 brings in a new set of Spring Boot dependencies and with them the following headaches:

@c0c0n3
Copy link
Owner Author

c0c0n3 commented Jun 16, 2017

rather upgrade to gradle 3.4. set:

gradleVersion = '3.4'

in build.gradle and regenerate the wrapper.

This was referenced Jun 16, 2017
c0c0n3 added a commit that referenced this issue Jun 27, 2017
this commit implements #6 and #5 but the build is obviously gonna
be broken until I change the Java code to use the new libs.
@c0c0n3
Copy link
Owner Author

c0c0n3 commented Jun 27, 2017

implemented changes in v1.1.0-beta, see #11.

@c0c0n3 c0c0n3 closed this as completed Jun 27, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant