Skip to content
Snippets Groups Projects
Commit 0ffb8114 authored by Daniel Stonier's avatar Daniel Stonier
Browse files

Merge pull request #39 from talregev/indigo

update to the latest gradle plugin.
parents d77db574 80224b9a
Branches
Tags
No related merge requests found
......@@ -6,3 +6,4 @@ bin
.settings
*.iml
.idea
local.properties
......@@ -15,7 +15,7 @@
*/
task wrapper(type: Wrapper) {
gradleVersion = '1.11'
gradleVersion = '2.2.1'
}
allprojects {
......
......@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
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 @@
apply plugin: 'groovy'
//noinspection GroovyAssignabilityCheck
dependencies {
compile gradleApi()
compile localGroovy()
......
......@@ -11,7 +11,7 @@ class RosAndroidPlugin implements Plugin<Project> {
void apply(Project project) {
project.apply plugin: "ros"
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
......
......@@ -14,6 +14,7 @@
* the License.
*/
//noinspection GroovyAssignabilityCheck
dependencies {
compile 'io.netty:netty:3.5.2.Final'
compile 'com.google.guava:guava:12.0'
......@@ -26,4 +27,6 @@ dependencies {
}
apply plugin: "application"
//noinspection GroovyUnusedAssignment
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