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

Remove compile dependancy on lombok #359

Open
morrowgi opened this issue Jul 10, 2017 · 1 comment
Open

Remove compile dependancy on lombok #359

morrowgi opened this issue Jul 10, 2017 · 1 comment
Labels

Comments

@morrowgi
Copy link
Collaborator

The following is in the build.gradle file of micro-server and it should be removed:

compile(group: 'org.projectlombok', name: 'lombok', version:'1.16.2') {
This dependency was originally in the Maven provided scope, but the project was not of type war.
  This behavior is not yet supported by Gradle, so this dependency has been converted to a compile dependency.
  Please review and delete this closure when resolved.
  }

This should use provided scope

@tonyfinn tonyfinn added the bug label Jul 17, 2017
@quike
Copy link
Collaborator

quike commented Oct 21, 2017

With #381 We could remove this bug. It introduces new gradle wrapper version 2.14.1 with the use of compileOnly dependency strategy to avoid transitive dependencies and use them only on compiling time (lombok).

More info here:
https://projectlombok.org/setup/gradle
https://blog.gradle.org/introducing-compile-only-dependencies

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants