私のgradleビルドはメッセージを出力します
Deprecated: relying on packaging to define the extension of the main artifact is deprecated, and will not be supported in a future version of Gradle.
これは何を意味し、警告を消すにはどうすればよいですか?
私のgradleビルドはメッセージを出力します
Deprecated: relying on packaging to define the extension of the main artifact is deprecated, and will not be supported in a future version of Gradle.
これは何を意味し、警告を消すにはどうすればよいですか?
この問題を解決する方法については、http: //forums.gradle.org/gradle/topics/jhuxhorn_googlemail_com-zal6cで説明されています。
今のところ、解決策はありません。警告は「バグがある」と言われています。
現在、問題の修正はないようです。バグはここに提出されています: https://code.google.com/p/android/issues/detail?id=65501
知らないが、pomの「パッケージング」属性を使用して見つけることができるタイプのアーティファクトに依存していると言っています。ここで計画されている拡張機能があり、ここで説明されています。