gpt4 book ai didi

java - Gradle Artifactory 插件不生成 Pom 文件

转载 作者:搜寻专家 更新时间:2023-10-30 21:42:25 26 4
gpt4 key购买 nike

当我尝试“artifactoryPublish”到远程 Artifact 存储库时出现了一个奇怪的问题。

我有任务运行

./gradlew clean jar artifactoryPublish

这仅在几天前有效。现在我收到这个错误:

:artifactoryPublish FAILED

FAILURE: Build failed with an exception.

* What went wrong:
A problem was found with the configuration of task ':artifactoryPublish'.
> File '/Users/me/Programming/android/LibraryPlugin/build/poms/pom-default.xml' specified for property 'mavenDescriptor' does not exist.

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

我做错了什么?

最佳答案

我遇到了类似的问题,我优化了 gradle.properties 以实现快速编译。

org.gradle.daemon=true
org.gradle.jvmargs=-Xmx3072m -XX:MaxPermSize=1024m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
org.gradle.parallel=true
org.gradle.configureondemand=true

删除一次并编译代码即可,您可以在生成 pom 后将它们添加回去。

罪魁祸首很可能是“parallel=true”。

希望对您有所帮助!

关于java - Gradle Artifactory 插件不生成 Pom 文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25668020/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com