This repository was archived by the owner on Nov 9, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/rosjava_build_tools/templates/rosjava_package Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ macro(catkin_rosjava_setup)
72
72
find_gradle ()
73
73
if ( ${ARGC} EQUAL 0 )
74
74
# Note : COMMAND is a list of variables (semi-colon separated)
75
- set (gradle_tasks " publishMavenJavaPublicationToMavenRepository " ) # old targets "install;installApp;uploadArchives"
75
+ set (gradle_tasks " uploadArchives " ) # old targets "install;installApp;uploadArchives"
76
76
else ()
77
77
set (gradle_tasks ${ARGV})
78
78
endif ()
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ project(%(repo_name)s)
11
11
12
12
find_package(catkin REQUIRED rosjava_build_tools)
13
13
# Set the gradle targets you want catkin's make to run by default
14
- catkin_android_setup(publishMavenJavaPublicationToMavenRepository )
14
+ catkin_android_setup(uploadArchives )
15
15
catkin_package()
16
16
17
17
##############################################################################
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ subprojects {
60
60
/*
61
61
Some useful tasks:
62
62
install: deploys jar's to MavenLocal() (i.e. ~/.m2/repository)
63
- publishMavenJavaPublicationToMavenRepository : deploys jar's to devel/share/maven
63
+ uploadArchives : deploys jar's to devel/share/maven
64
64
installApp : assembles java apps in the _subproject_/build directories.
65
65
*/
66
66
defaultTasks 'install'
You can’t perform that action at this time.
0 commit comments