rosjava / android_apps

Applications built on top of the rosjava android libraries.
132 stars 112 forks source link

Upgrading Gradle to 3.5.1. #76

Closed jubeira closed 6 years ago

jubeira commented 6 years ago

Upgrading Gradle version to 3.5.1.

ernestmc commented 6 years ago

@jubeira got these warnings:

The Task.leftShift(Closure) method has been deprecated and is scheduled to be removed in Gradle 5.0. Please use Task.doLast(Action) instead.
        at build_3dwzs6u8m1x0egt90yuqc2ki1.run(/home/ecorbellini/repos/rosjava/src/android_apps/build.gradle:25)
The JavaCompile.setDependencyCacheDir() method has been deprecated and is scheduled to be removed in Gradle 4.0.
The TaskInputs.source(Object) method has been deprecated and is scheduled to be removed in Gradle 4.0. Please use TaskInputs.file(Object).skipWhenEmpty() instead.
jubeira commented 6 years ago

See https://github.com/rosjava/zeroconf_jmdns_suite/pull/53#issuecomment-383078705.

ernestmc commented 6 years ago

lgtm