Skip to content

Commit d8129f4

Browse files
committed
fixed path
1 parent 9db6a89 commit d8129f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ 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.
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.
7272
*/
7373
// sourceCompatibility = 1.6
7474
// targetCompatibility = 1.6

0 commit comments

Comments
 (0)