Skip to content

Commit 5781d97

Browse files
author
Juan Ignacio Ubeira
authored
Merge pull request rosjava#17 from exo-core/cross-compilation-howto
Cross compilation howto
2 parents 6dfc703 + d8129f4 commit 5781d97

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/src/genjava/templates/genjava_project/build.gradle.in to
71+
* enable Java 6 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)