【簡記】Gradle 發布到nexus倉庫提示 Return code is: 405, ReasonPhrase: HTTP method PUT is not supported by this URL. 或 Method Not Allowed.


問題現象

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':common-base:uploadArchives'.
> Could not publish configuration 'archives'
   > Failed to deploy artifacts: Could not transfer artifact com.xx.ent.base:common-base:jar:6.0.0-20220406.053022-1 from/to remote (http://xx.com.cn/nexus/maven-ent-snapshots/): Failed to transfer file: http://xx.com.cn/nexus/maven-ent-snapshots/com/xx/ent/base/common-base/6.0.0-SNAPSHOT/common-base-6.0.0-20220406.053022-1.jar. Return code is: 405, ReasonPhrase: Method Not Allowed.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

原因

發布的地址寫錯了。


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM