Skip to content
This repository was archived by the owner on Nov 9, 2022. It is now read-only.

Commit df55931

Browse files
committed
Merge pull request #17 from damonkohler/work
Change plugin from ros-java to ros.
2 parents 29c5d35 + 1712cd6 commit df55931

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rosjava_build_tools/templates/rosjava_package/build.gradle.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ subprojects {
5454
See https://github.com/rosjava/rosjava_bootstrap (look for gradle_plugins)
5555
to see what is going on under the hood.
5656
*/
57-
apply plugin: 'ros-java'
57+
apply plugin: 'ros'
5858
}
5959

6060
/*

0 commit comments

Comments
 (0)