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: Add support for gradle 7 #9

Merged
merged 1 commit into from
Jan 13, 2022
Merged

Conversation

michaelbrewer
Copy link
Contributor

@michaelbrewer michaelbrewer commented Jan 5, 2022

Fixes:

Gradle 7+ has dropped support for compile

> Could not find method compile() for arguments [org.aspectj:aspectjrt:1.9.7] on object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler.

Changes:

  • Use implementation instead of compile
  • Specify fields as @internal

Changes:
- Use `implementation` instead of `compile`
- Specify fields as @internal
@michaelbrewer
Copy link
Contributor Author

@arendd - I have created a PR which may fix this plugin to work with Gradle 7

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.

2 participants