-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
Labels
P3Issues that are less important to the Flutter projectIssues that are less important to the Flutter projecta: releaseChallenges faced when attempting to productionize an appChallenges faced when attempting to productionize an appc: new featureNothing broken; request for a new capabilityNothing broken; request for a new capabilityp: shareThe Share pluginThe Share pluginpackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.
Description
After upgrading from share 0.6.5 to share 0.6.5+2 my release application is not able to compile anymore.
The problem is that in share plugin there are this lines of code:
def args = ["-Xlint:deprecation","-Xlint:unchecked","-Werror"]
project.getTasks().withType(JavaCompile){
options.compilerArgs.addAll(args)
}
As a result of this lines third party plugins that have warnings now are not able to compile anymore. And I can not override this behavior from my app's gradle file.
Can you remove this lines please? Basically only the last one gives an error (-Werror), so we can keep others if you want.
The commit with the issue: flutter/plugins@17d7548#diff-1777f3163389c6f6a0846e45aba1b739
gaetschwartz, umaqs and mayurdhurpate
Metadata
Metadata
Assignees
Labels
P3Issues that are less important to the Flutter projectIssues that are less important to the Flutter projecta: releaseChallenges faced when attempting to productionize an appChallenges faced when attempting to productionize an appc: new featureNothing broken; request for a new capabilityNothing broken; request for a new capabilityp: shareThe Share pluginThe Share pluginpackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.