Skip to content
This repository was archived by the owner on May 28, 2018. It is now read-only.

Commit b32ecae

Browse files
author
Petr Bouda
committed
Gradle home dir as a parameter in gradle-maven-plugin
Change-Id: I3bb659b7cb8a7c5adf2df854665c5164237ad17d
1 parent 730e74d commit b32ecae

File tree

1 file changed

+2
-1
lines changed
  • bundles/repackaged/jersey-guava

1 file changed

+2
-1
lines changed

bundles/repackaged/jersey-guava/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
55
6-
Copyright (c) 2014-2015 Oracle and/or its affiliates. All rights reserved.
6+
Copyright (c) 2014-2016 Oracle and/or its affiliates. All rights reserved.
77
88
The contents of this file are subject to the terms of either the GNU
99
General Public License Version 2 only ("GPL") or the Common Development
@@ -168,6 +168,7 @@
168168
<goal>invoke</goal>
169169
</goals>
170170
<configuration>
171+
<gradleInstallationDir>${gradleHome}</gradleInstallationDir>
171172
<tasks>
172173
<task>deleteClasses</task>
173174
<task>generateProGuardConfig</task>

0 commit comments

Comments
 (0)