Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What does the Message "relying on packaging to define the extension of the main artifact is deprecated" mean?

Tags:

gradle

my gradle build outputs the message

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.

What does this mean and how to make the warning go away?

like image 482
Cengiz Avatar asked Oct 17 '12 12:10

Cengiz


2 Answers

How to solve this issue is discussed there: http://forums.gradle.org/gradle/topics/jhuxhorn_googlemail_com-zal6c

For now, no solution, the warning is said to be 'bugged'.

like image 119
Vincent Cantin Avatar answered Sep 28 '22 05:09

Vincent Cantin


It seems there is currently no fix for the issue. The bug has been filed here: https://code.google.com/p/android/issues/detail?id=65501

like image 30
Dick Lucas Avatar answered Sep 28 '22 06:09

Dick Lucas