Skip to content
This repository was archived by the owner on Jan 14, 2023. It is now read-only.

Commit be6bbc5

Browse files
authored
Merge pull request #58 from adamantivm/publish
Switch to publish target
2 parents dc00502 + cd13439 commit be6bbc5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ project(rosjava_bootstrap)
1111

1212
find_package(catkin REQUIRED rosjava_build_tools)
1313

14-
catkin_rosjava_setup(publishMavenJavaPublicationToMavenRepository installApp)
14+
catkin_rosjava_setup(publish installApp)
1515

1616
catkin_package()
1717

@@ -20,4 +20,4 @@ catkin_package()
2020
##############################################################################
2121

2222
install(DIRECTORY ${CATKIN_DEVEL_PREFIX}/${CATKIN_GLOBAL_MAVEN_DESTINATION}/org/ros/rosjava_bootstrap/
23-
DESTINATION ${CATKIN_GLOBAL_MAVEN_DESTINATION}/org/ros/rosjava_bootstrap)
23+
DESTINATION ${CATKIN_GLOBAL_MAVEN_DESTINATION}/org/ros/rosjava_bootstrap)

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@ subprojects {
6363
}
6464
}
6565

66-
defaultTasks 'publishMavenJavaPublicationToMavenRepository', 'installApp'
66+
defaultTasks 'publish', 'installApp'

0 commit comments

Comments
 (0)