Skip to content
Snippets Groups Projects
Commit 7d47ee42 authored by talregev's avatar talregev
Browse files

update to the latest gradle plugin.

parent d77db574
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
*/ */
task wrapper(type: Wrapper) { task wrapper(type: Wrapper) {
gradleVersion = '1.11' gradleVersion = '2.2.1'
} }
allprojects { allprojects {
......
...@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME ...@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists
distributionUrl=http\://services.gradle.org/distributions/gradle-1.11-bin.zip distributionUrl=https\://services.gradle.org/distributions/gradle-2.2.1-all.zip
...@@ -16,6 +16,7 @@ ...@@ -16,6 +16,7 @@
apply plugin: 'groovy' apply plugin: 'groovy'
//noinspection GroovyAssignabilityCheck
dependencies { dependencies {
compile gradleApi() compile gradleApi()
compile localGroovy() compile localGroovy()
......
...@@ -11,7 +11,7 @@ class RosAndroidPlugin implements Plugin<Project> { ...@@ -11,7 +11,7 @@ class RosAndroidPlugin implements Plugin<Project> {
void apply(Project project) { void apply(Project project) {
project.apply plugin: "ros" project.apply plugin: "ros"
project.extensions.create("rosandroid", RosAndroidPluginExtension) project.extensions.create("rosandroid", RosAndroidPluginExtension)
project.rosandroid.buildToolsVersion = "19.1.0" project.rosandroid.buildToolsVersion = "21.1.2"
/********************************************************************** /**********************************************************************
* Publishing - not we're using old style here. Upgrade to maven-publish * Publishing - not we're using old style here. Upgrade to maven-publish
......
...@@ -14,6 +14,7 @@ ...@@ -14,6 +14,7 @@
* the License. * the License.
*/ */
//noinspection GroovyAssignabilityCheck
dependencies { dependencies {
compile 'io.netty:netty:3.5.2.Final' compile 'io.netty:netty:3.5.2.Final'
compile 'com.google.guava:guava:12.0' compile 'com.google.guava:guava:12.0'
...@@ -26,4 +27,6 @@ dependencies { ...@@ -26,4 +27,6 @@ dependencies {
} }
apply plugin: "application" apply plugin: "application"
//noinspection GroovyUnusedAssignment
mainClassName = "org.ros.internal.message.GenerateInterfaces" mainClassName = "org.ros.internal.message.GenerateInterfaces"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment