We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6dfc703 + d8129f4 commit 5781d97Copy full SHA for 5781d97
src/genjava/templates/genjava_project/build.gradle.in
@@ -67,6 +67,12 @@ jar {
67
}
68
69
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
+
76
task info {
77
doLast {
78
println "\nProject Info"
0 commit comments