Skip to content

Commit

Permalink
Merge pull request #37209 from gsmet/additional-tweaks-build-cache
Browse files Browse the repository at this point in the history
Build cache - Additional tweaks
  • Loading branch information
gsmet committed Nov 20, 2023
2 parents 3326e64 + 5727c2d commit 63aeb93
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
2 changes: 2 additions & 0 deletions independent-projects/parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -562,6 +562,8 @@
<exclude>.settings/*</exclude>
<exclude>target/*</exclude>
<exclude>.cache/*</exclude>
<exclude>.factorypath</exclude>
<exclude>*.log</exclude>
</excludes>
<normalization>
<ignoreEmptyDirectories>true</ignoreEmptyDirectories>
Expand Down
3 changes: 3 additions & 0 deletions integration-tests/oidc-client-reactive/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,9 @@
<gradleEnterprise>
<normalization combine.children="append">
<runtimeClassPath>
<ignoredFiles>
<ignoredFile>META-INF/ide-deps/**</ignoredFile>
</ignoredFiles>
<propertiesNormalizations>
<propertiesNormalization>
<path>application.properties</path>
Expand Down
3 changes: 3 additions & 0 deletions integration-tests/rest-client-reactive/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,9 @@
<gradleEnterprise>
<normalization combine.children="append">
<runtimeClassPath>
<ignoredFiles>
<ignoredFile>META-INF/ide-deps/**</ignoredFile>
</ignoredFiles>
<propertiesNormalizations>
<propertiesNormalization>
<path>application.properties</path>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<groupId>io.quarkus</groupId>
<artifactId>integration-test-extension-that-defines-junit-test-extensions</artifactId>
<version>${quarkus.version}</version>
<scope>test</scope>
<scope>test</scope>
</dependency>

</dependencies>
Expand Down Expand Up @@ -109,7 +109,7 @@
</goals>
<configuration>
<systemPropertyVariables>
<native.image.path>${project.build.directory}/${project.build.finalName}-runner</native.image.path>
<native.image.path>\${project.build.directory}/\${project.build.finalName}-runner</native.image.path>
<java.util.logging.manager>org.jboss.logmanager.LogManager</java.util.logging.manager>
<maven.home>\${maven.home}</maven.home>
</systemPropertyVariables>
Expand Down

0 comments on commit 63aeb93

Please sign in to comment.