Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
ROS Java GenJava
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CeTI
ROS
ROS Java Packages
ROS Java GenJava
Commits
29a3f688
Commit
29a3f688
authored
8 years ago
by
Julian Cerruti
Committed by
GitHub
8 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #12 from jubeira/fix/message_generation_kinetic
Fix: message_generation dependency for standard messages
parents
ae2a7940
b235e348
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/genjava/templates/genjava_project/build.gradle.in
+2
-2
2 additions, 2 deletions
src/genjava/templates/genjava_project/build.gradle.in
with
2 additions
and
2 deletions
src/genjava/templates/genjava_project/build.gradle.in
+
2
−
2
View file @
29a3f688
...
@@ -33,7 +33,7 @@ buildscript {
...
@@ -33,7 +33,7 @@ buildscript {
}
}
}
}
dependencies {
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
)'
}
}
}
}
...
@@ -56,7 +56,7 @@ task generateSources (type: JavaExec) {
...
@@ -56,7 +56,7 @@ task generateSources (type: JavaExec) {
}
}
dependencies {
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
%(msg_dependencies)s
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment