Skip to content

Commit

Permalink
Merge pull request #35549 from gsmet/ksb-cache
Browse files Browse the repository at this point in the history
Build cache - Ignore quarkus.kubernetes-service-binding.root globally
  • Loading branch information
gsmet authored Aug 25, 2023
2 parents e827fea + 62c0589 commit 318148c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 20 deletions.
20 changes: 0 additions & 20 deletions integration-tests/mongodb-rest-data-panache/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -113,26 +113,6 @@
</configuration>
</plugin>
</plugins>

<pluginManagement>
<plugins>
<plugin>
<groupId>com.gradle</groupId>
<artifactId>gradle-enterprise-maven-extension</artifactId>
<configuration>
<gradleEnterprise>
<normalization>
<systemProperties>
<ignoredKeys combine.children="append">
<ignore>quarkus.kubernetes-service-binding.root</ignore>
</ignoredKeys>
</systemProperties>
</normalization>
</gradleEnterprise>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>

<profiles>
Expand Down
1 change: 1 addition & 0 deletions integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@
<systemProperties>
<ignoredKeys combine.children="append">
<ignore>native.image.path</ignore>
<ignore>quarkus.kubernetes-service-binding.root</ignore>
</ignoredKeys>
</systemProperties>
</normalization>
Expand Down

0 comments on commit 318148c

Please sign in to comment.