-
Notifications
You must be signed in to change notification settings - Fork 51
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
LGP not work with gradle 7.3 #655
Comments
This issue should be fixed with the 3.2 release. Version 3.3 had a similar issue fixed in #666. Updating to 3.3.1-SNAPSHOT should fix these issues for Gradle 7.3. |
@mattbsox How would I point to 3.3.1-SNAPSHOT from my gradle file? It is not in maven central (or at least not resolved with my current repository definition). I run into a related issue with
The issue appears to be fixed with #666 but there hasn't been a release to pick up. |
@jensengelke You need to add the sonatype repo to pick up a snapshot. Our readme contains a snippet like this:
|
Thanks @cherylking Is there a timeline when to expect a release? |
@jensengelke We will likely have a milestone release in February as we have some new functionality currently under development. |
Will there be a public 3.3.1 release? As of right now it's not possible to use LGP on Java 17 due to the confluence of version incompatibilities. It's also extremely difficult to convert a build.gradle.kts to point at the snapshots (and then convert it back when a public release is available.) |
@realModusOperandi We have been planning a release for late March with some new functionality and this fix will be included. It will most likely be a 3.4 release since it includes new functionality. |
@cherylking How does 3.3.1 progress? |
@jensengelke Hello, I totally understand and the new release was supposed to be delivered already, but some final fixes were needed. The 3.4 release is imminent. Should be published early next week. |
@jensengelke @realModusOperandi Sorry for the delay. The 3.3.1 release has been published. |
I got the following error when I use gradle 7.3.
The text was updated successfully, but these errors were encountered: