This repository was archived by the owner on Jan 14, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +8
-3
lines changed
src/main/groovy/org/ros/gradle_plugins Expand file tree Collapse file tree 6 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 66.settings
77* .iml
88.idea
9+ local.properties
Original file line number Diff line number Diff line change 1515 */
1616
1717task wrapper (type : Wrapper ) {
18- gradleVersion = ' 1.11 '
18+ gradleVersion = ' 2.2.1 '
1919}
2020
2121allprojects {
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =http \://services.gradle.org/distributions/gradle-1.11-bin .zip
6+ distributionUrl =https \://services.gradle.org/distributions/gradle-2.2.1-all .zip
Original file line number Diff line number Diff line change 1616
1717apply plugin : ' groovy'
1818
19+ // noinspection GroovyAssignabilityCheck
1920dependencies {
2021 compile gradleApi()
2122 compile localGroovy()
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ class RosAndroidPlugin implements Plugin<Project> {
1111 void apply (Project project ) {
1212 project. apply plugin : " ros"
1313 project. extensions. create(" rosandroid" , RosAndroidPluginExtension )
14- project. rosandroid. buildToolsVersion = " 19 .1.0 "
14+ project. rosandroid. buildToolsVersion = " 21 .1.2 "
1515
1616 /* *********************************************************************
1717 * Publishing - not we're using old style here. Upgrade to maven-publish
Original file line number Diff line number Diff line change 1414 * the License.
1515 */
1616
17+ // noinspection GroovyAssignabilityCheck
1718dependencies {
1819 compile ' io.netty:netty:3.5.2.Final'
1920 compile ' com.google.guava:guava:12.0'
@@ -26,4 +27,6 @@ dependencies {
2627}
2728
2829apply plugin : " application"
30+
31+ // noinspection GroovyUnusedAssignment
2932mainClassName = " org.ros.internal.message.GenerateInterfaces"
You can’t perform that action at this time.
0 commit comments