diff options
author | Jose <jose@zeroc.com> | 2020-05-01 22:16:21 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2020-05-01 22:16:21 +0200 |
commit | 45fbb0112ed55699aeb06885d242bb31db99ef9d (patch) | |
tree | d3f6ce7887ce70d303621c72d5a51cdbcc70f312 /java | |
parent | Fix PR link (diff) | |
download | ice-45fbb0112ed55699aeb06885d242bb31db99ef9d.tar.bz2 ice-45fbb0112ed55699aeb06885d242bb31db99ef9d.tar.xz ice-45fbb0112ed55699aeb06885d242bb31db99ef9d.zip |
Fix Make install to not install JAR files to local maven repository
Diffstat (limited to 'java')
-rw-r--r-- | java/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/Makefile b/java/Makefile index a8f895cc9dd..0eb6349956f 100644 --- a/java/Makefile +++ b/java/Makefile @@ -35,7 +35,7 @@ distclean clean: $(GRADLE) $(GRADLEARGS) clean install:: - $(GRADLE) $(GRADLEARGS) install + $(GRADLE) $(GRADLEARGS) installJars :IceGridGUI:install install-icegridgui:: $(GRADLE) $(GRADLEARGS) :IceGridGUI:install |