-
Notifications
You must be signed in to change notification settings - Fork 0
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
is gradle 8.10.2 supported #48
Comments
Yes, it should be supported. |
@manusa you should extend readme about available |
Quite the opposite, you should be able to use any Gradle 7 or Gradle 8 version.
Do you want to open a PR to clarify that? I guess something could be added after the block where it states: |
I have notice, that if i used: <dependency>
<groupId>org.gradle</groupId>
<artifactId>gradle-all</artifactId>
<version>${gradle-all.version}</version>
</dependency> I got error during importing this dep:
I guess Maybe you could add to readme:
|
The scope should most likely be For example, I mostly use this extension maven plugin to be able to create Gradle plugins from Maven Projects: In both cases, the fake dependency is added as Let me know how are you using the plugin and we can clarify how to add the dependency or see if there's something else to be implemented. |
@manusa thank you so much for help and for creating this awesome plugin! I am also creating gradle plugin: https://github.com/logchange/logchange/tree/main/logchange-gradle-plugin And I was struggling, but Maybe you should release this plugin as 1.0.0 because looks nice and production ready :) |
Awesome news! 🚀
That's a discussion for another day. I'm closing this issue now. |
Hello,
cool project
Is it gradle 8.10.2 supported ?
The text was updated successfully, but these errors were encountered: