Skip to content
Snippets Groups Projects
Commit 9db6a895 authored by Arne's avatar Arne
Browse files

Instruction on how to enable cross compilation

parent 6dfc703b
No related branches found
No related tags found
No related merge requests found
......@@ -67,6 +67,12 @@ jar {
}
}
/* Uncomment the following lines in package://genjava/templates/genjava_project/build.gradle.in to enable Java 6
* cross compilation for ROS messages.
*/
// sourceCompatibility = 1.6
// targetCompatibility = 1.6
task info {
doLast {
println "\nProject Info"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment