-
Notifications
You must be signed in to change notification settings - Fork 55
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
Support Gradle 7 #173
Comments
@swanandvk Could you please elaborate on your issue?
|
@joschi sure
|
@swanandvk Which version of this plugin are you using? |
Using kotlin dsl, adoptopenjdk 16, sourceCompatibility = JavaVersion.VERSION_16 2.2.4 produces 2.3.0 produces 2.3.1-rc produces When removing the plugin the build (gradlew clean assemble) succeeds. |
The issue with 2.2.4 seems to be jdk 16 related. When using jdk 15 it works. |
There are a lot of things mixed up here. 😓
See #171 (comment)
This is (unfortunately) a known broken release as stated in the README.
|
Version |
@joschi 2.2.0 |
Try version |
@joschi 2.2.4 worked ✅ |
Version 2.3.x on gradle 7.0 and OpenJDK 14,16 fires error:
|
@librucha Try version 2.3.1-rc. |
@joschi If you ment version "2.3.1-rc1" this is the same problem.
It was the reason why i used "version 2.3.x" in previous post. ;) |
@swanandvk please try version 2.3.1-rc3 |
Tried running on Java 16 and Gradle 7.0 with 2.3.1-rc3 and this works fine for me. |
For me is working. thanks. |
@tha2015 Since the latest changes all seem to be working, should we close this PR and release gradle-git-properties 2.3.1? |
@joschi Sure, v2.3.1 has been published. |
@swanandvk Should we close this issue since the latest release is working with Gradle 7? |
This should contain a fix for n0mer/gradle-git-properties#173
Plugin doesn't work with gradle 7
The text was updated successfully, but these errors were encountered: