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

Fix plugin on Gradle 5.x #5

Merged
merged 2 commits into from
Oct 2, 2020
Merged

Conversation

britter
Copy link
Contributor

@britter britter commented Sep 17, 2020

Since Providers are not supported as dependency notation in Gradle 5.x
we now evaluate the aspectjVersion in the afterEvaluate callback.

Furthermore this PR correctly sets up the Gradle wrapper by adding the appropriate
properties files and wrapper jar.

Since Providers are not supported as dependency notation in Gradle 5.x
we now evaluate the aspectjVersion in the afterEvaluate callback.

Fixes arendd#4
@britter
Copy link
Contributor Author

britter commented Sep 17, 2020

@arendd you should be able to publish the plugin after merging this by running gradlew.bat publishPlugins

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

Successfully merging this pull request may close these issues.

None yet

2 participants