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

Commit 237ec8e

Browse files
committed
upgrade the versions in the genjava build gradle template.
1 parent 13a15ee commit 237ec8e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/genjava/templates/genjava_project/build.gradle.in

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,12 @@ buildscript {
3333
}
3434
}
3535
dependencies {
36-
classpath group: 'org.ros.rosjava_bootstrap', name: 'gradle_plugins', version: '[0.1,0.2)'
36+
classpath group: 'org.ros.rosjava_bootstrap', name: 'gradle_plugins', version: '[0.2,0.3)'
3737
}
3838
}
3939

4040
apply plugin: 'ros-java'
41+
apply plugin: 'osgi'
4142
group 'org.ros.rosjava_messages'
4243
version = '%(project_version)s'
4344

@@ -55,7 +56,7 @@ task generateSources (type: JavaExec) {
5556
}
5657

5758
dependencies {
58-
compile 'org.ros.rosjava_bootstrap:message_generation:[0.1,)'
59+
compile 'org.ros.rosjava_bootstrap:message_generation:[0.2,0.3)'
5960
%(msg_dependencies)s
6061
}
6162

0 commit comments

Comments
 (0)