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)
7272 find_gradle ()
7373 if ( ${ARGC} EQUAL 0 )
7474 # 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"
7676 else ()
7777 set (gradle_tasks ${ARGV})
7878 endif ()
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ project(%(repo_name)s)
1111
1212find_package(catkin REQUIRED rosjava_build_tools)
1313# Set the gradle targets you want catkin's make to run by default
14- catkin_android_setup(publishMavenJavaPublicationToMavenRepository )
14+ catkin_android_setup(uploadArchives )
1515catkin_package()
1616
1717##############################################################################
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ subprojects {
6060/*
6161 Some useful tasks:
6262 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
6464 installApp : assembles java apps in the _subproject_/build directories.
6565*/
6666defaultTasks 'install'
You can’t perform that action at this time.
0 commit comments