Skip to content

Commit 9db6a89

Browse files
committed
Instruction on how to enable cross compilation
1 parent 6dfc703 commit 9db6a89

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,12 @@ jar {
6767
}
6868
}
6969

70+
/* Uncomment the following lines in package://genjava/templates/genjava_project/build.gradle.in to enable Java 6
71+
* cross compilation for ROS messages.
72+
*/
73+
// sourceCompatibility = 1.6
74+
// targetCompatibility = 1.6
75+
7076
task info {
7177
doLast {
7278
println "\nProject Info"

0 commit comments

Comments
 (0)