Skip to content
This repository has been archived by the owner on Jan 14, 2023. It is now read-only.

Commit

Permalink
Merge pull request #12 from jubeira/fix/message_generation_kinetic
Browse files Browse the repository at this point in the history
Fix: message_generation dependency for standard messages
  • Loading branch information
adamantivm authored May 9, 2017
2 parents ae2a794 + b235e34 commit 29a3f68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/genjava/templates/genjava_project/build.gradle.in
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ buildscript {
}
}
dependencies {
classpath group: 'org.ros.rosjava_bootstrap', name: 'gradle_plugins', version: '[0.2,0.3)'
classpath group: 'org.ros.rosjava_bootstrap', name: 'gradle_plugins', version: '[0.3,0.4)'
}
}

Expand All @@ -56,7 +56,7 @@ task generateSources (type: JavaExec) {
}

dependencies {
compile 'org.ros.rosjava_bootstrap:message_generation:[0.2,0.3)'
compile 'org.ros.rosjava_bootstrap:message_generation:[0.3,0.4)'
%(msg_dependencies)s
}

Expand Down

0 comments on commit 29a3f68

Please sign in to comment.