-
Notifications
You must be signed in to change notification settings - Fork 160
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
Gradle 4.8 Incompatibility #166
Comments
Thanks so much for reporting this @sghill! |
There should be no need to use this internal API. There is |
Thanks @AlexeiVainshtein! I tried this out (along with upgrading gradle-bintray-plugin from 1.7.1 -> 1.8.0) and we're getting farther, but the upload path isn't constructed correctly:
Here is the build log if it's helpful. I can open a different issue in the gradle-bintray-plugin if you'd prefer. |
@sghill, |
This issue was resolved with Artifactory Gradle plugin 4.7.3 Thanks, |
Update artifactory gradle plugin to fix the following issue : jfrog/build-info#166
See jfrog/build-info#166 - we were using an older version of the plugin which was incompatible with the latest Gradle version.
See jfrog/build-info#166 - we were using an older version of the plugin which was incompatible with the latest Gradle version.
Gradle 4.8-rc-1 came out today with a change in return type that the build-info-extractor-gradle plugin uses in the PublishArtifactInfo constructor. The result of this is publishes now fail with:
Relevant Commit: gradle/gradle@5884d64
The text was updated successfully, but these errors were encountered: