Agasper / unity-android-notifications

Unity3D Plugin for Android local notifications with example project
Other
553 stars 184 forks source link

Deprecated Gradle features incompatible with Gradle 5.0 #104

Open MilkyW opened 6 years ago

MilkyW commented 6 years ago

D:\Users\LITTLECAT\Documents\OneDrive\SJTU\Curricula\Software Engineering\projec t\plugins\unity-android-notifications-master\PluginSrc>gradle exportJar

Configure project :app Configuration 'compile' in project ':app' is deprecated. Use 'implementation' in stead. Configuration 'androidTestCompile' in project ':app' is deprecated. Use 'android TestImplementation' instead. Configuration 'testCompile' in project ':app' is deprecated. Use 'testImplementa tion' instead.

Task :app:lint Ran lint on variant release: 3 issues found Ran lint on variant debug: 3 issues found Wrote HTML report to file:///D:/Users/LITTLECAT/Documents/OneDrive/SJTU/Curricul a/Software%20Engineering/project/plugins/unity-android-notifications-master/Plug inSrc/app/build/reports/lint-results.html Wrote XML report to file:///D:/Users/LITTLECAT/Documents/OneDrive/SJTU/Curricula /Software%20Engineering/project/plugins/unity-android-notifications-master/Plugi nSrc/app/build/reports/lint-results.xml

Deprecated Gradle features were used in this build, making it incompatible with Gradle 5.0. See https://docs.gradle.org/4.7/userguide/command_line_interface.html#sec:comman d_line_warnings

BUILD SUCCESSFUL in 7s 54 actionable tasks: 21 executed, 33 up-to-date

Faraz7704 commented 5 years ago

I would also like to know, does unity 2018.3.0b3 support gradle 5.0?