-
Notifications
You must be signed in to change notification settings - Fork 11
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 this plugin Gradle 7.0 compatible? #42
Comments
tschulte
added a commit
that referenced
this issue
Apr 16, 2021
* execute integration tests for multiple gradle versions * the uploadArchives task was removed in Gradle 7 (https://docs.gradle.org/current/userguide/upgrading_version_6.html#removal_of_the_uploadarchives_task) but the plugin did not check for its existance fixes #42
tschulte
added a commit
that referenced
this issue
Apr 19, 2021
* execute integration tests for multiple gradle versions * the uploadArchives task was removed in Gradle 7 (https://docs.gradle.org/current/userguide/upgrading_version_6.html#removal_of_the_uploadarchives_task) but the plugin did not check for its existance fixes #42
tschulte
added a commit
that referenced
this issue
Apr 19, 2021
* execute integration tests for multiple gradle versions * the uploadArchives task was removed in Gradle 7 (https://docs.gradle.org/current/userguide/upgrading_version_6.html#removal_of_the_uploadarchives_task) but the plugin did not check for its existance fixes #42
tschulte
added a commit
that referenced
this issue
Apr 20, 2021
* execute integration tests for multiple gradle versions * the uploadArchives task was removed in Gradle 7 (https://docs.gradle.org/current/userguide/upgrading_version_6.html#removal_of_the_uploadarchives_task) but the plugin did not check for its existance fixes #42
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am creating a library project from scratch using
gradle init
, then I uploaded it to GitHub and cloned it to get the.git
directory in place.But when I try to
build
I get this error:The text was updated successfully, but these errors were encountered: