This repository has been archived by the owner on Feb 11, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 210
Skipping upload for missing file pom-default #96
Comments
Thanks for the info @WaiLynnZaw 👍 |
i got "Task 'generatePomFileForMavenPublication' not found in root project 'xxx' " |
try The full commend is:
|
This was referenced Jul 1, 2017
@yilylong how did you solve it ""Task 'generatePomFileForMavenPublication' not found in root project 'xxx' "" |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I tried as described in https://github.com/novoda/bintray-release/wiki/Add-support-for-syncing-to-maven-central and as in issue #19
but still get Skipping upload for missing file pom-default.xml
I solved this issue by running -
./gradlew clean build generatePomFileForMavenPublication bintrayUpload -PbintrayUser=<BINTRAY_USER> -PbintrayKey=<BINTRAY_KEY> -PdryRun=false
The text was updated successfully, but these errors were encountered: