-
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
Release 4.9.7 breaks builds that use the Shadow Plugin and Artifactory Publisher #233
Comments
Encountered the same issue using gradle version 4.0.0 and build-info plugin 4.9.7.
|
@jeremy-degroot and @Sineaggi - The following seems to be root cause of the issue:
It looks like the |
Upgrading gradle to 4.10 solved the issue for us. |
I am using this plugin in a |
I'm using Gradle 4.5.1 and Shadow version 2.0.4
I had build-info-extractor-gradle pegged to the latest release in my build script. When 4.9.7 came out, my build started breaking with the following error. The problem seems to exist with registering the output of the shadowjar plugin as something to be published via the artifactoryPlugin
The text was updated successfully, but these errors were encountered: