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

Commit d242127

Browse files
Petr BoudaGerrit Code Review
authored andcommitted
Merge "Gradle home dir as a parameter in gradle-maven-plugin" into 2.x
2 parents df2afa3 + 762e921 commit d242127

File tree

1 file changed

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

1 file changed

+4
-1
lines changed

bundles/repackaged/jersey-guava/pom.xml

Lines changed: 4 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
@@ -160,6 +160,9 @@
160160
<plugin>
161161
<groupId>org.fortasoft</groupId>
162162
<artifactId>gradle-maven-plugin</artifactId>
163+
<configuration>
164+
<gradleInstallationDir>${gradleHome}</gradleInstallationDir>
165+
</configuration>
163166
<executions>
164167
<execution>
165168
<id>proguard</id>

0 commit comments

Comments
 (0)