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 Spring Boot Plugin Id #4

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

Gradle Spring Boot Plugin Id #4

c0c0n3 opened this issue Jan 23, 2017 · 2 comments

Comments

@c0c0n3
Copy link
Owner

c0c0n3 commented Jan 23, 2017

After upgrading the Spring Boot dependency from 1.3.4 to 1.4.3, Gradle gives the following warning when running the build command:

The plugin id 'spring-boot' is deprecated. Please use 'org.springframework.boot' instead.

Fixing this is a no brainer: just replace all occurrences of

apply plugin: "spring-boot"

with

apply plugin: "org.springframework.boot"

Have a look at the Spring Boot Plugin usage snippet.

@c0c0n3 c0c0n3 mentioned this issue Jan 23, 2017
3 tasks
@c0c0n3 c0c0n3 mentioned this issue Jun 5, 2017
11 tasks
@c0c0n3
Copy link
Owner Author

c0c0n3 commented Jun 16, 2017

the only build files to modify are:

components/cli/cli.gradle
components/server/server.gradle

This was referenced Jun 16, 2017
@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