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

Commit 5a149f9

Browse files
author
Petr Bouda
committed
Fix gradle-maven-plugin configuration
Change-Id: I96840c0c7a9dc7f7b5fd820ce383abaed6392ae6
1 parent b32ecae commit 5a149f9

File tree

1 file changed

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

1 file changed

+3
-1
lines changed

bundles/repackaged/jersey-guava/pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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>
@@ -168,7 +171,6 @@
168171
<goal>invoke</goal>
169172
</goals>
170173
<configuration>
171-
<gradleInstallationDir>${gradleHome}</gradleInstallationDir>
172174
<tasks>
173175
<task>deleteClasses</task>
174176
<task>generateProGuardConfig</task>

0 commit comments

Comments
 (0)