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.
1 parent 6dfc703 commit 9db6a89Copy full SHA for 9db6a89
src/genjava/templates/genjava_project/build.gradle.in
@@ -67,6 +67,12 @@ jar {
67
}
68
69
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
+
76
task info {
77
doLast {
78
println "\nProject Info"
0 commit comments