Skip to content

Commit 291fb65

Browse files
committed
chore: disable cache completely for download-maven-plugin usages
1 parent cb0f879 commit 291fb65

4 files changed

Lines changed: 4 additions & 12 deletions

File tree

  • java-showcase/gapic-showcase
  • sdk-platform-java
    • gapic-generator-java
    • java-showcase-3.21.0/gapic-showcase
    • java-showcase-3.25.8/gapic-showcase

java-showcase/gapic-showcase/pom.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,7 @@
6868
https://raw.githubusercontent.com/googleapis/gapic-showcase/v${gapic-showcase.version}/server/services/compliance_suite.json
6969
</url>
7070
<outputDirectory>src/test/resources</outputDirectory>
71-
<cacheDirectory>
72-
${project.build.directory}/download-cache
73-
</cacheDirectory>
71+
<skipCache>true</skipCache>
7472
<!-- Set this to always download the latest version and overwrite the existing file -->
7573
<overwrite>true</overwrite>
7674
</configuration>

sdk-platform-java/gapic-generator-java/pom.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,7 @@
126126
<artifactId>download-maven-plugin</artifactId>
127127
<version>1.6.8</version>
128128
<configuration>
129-
<cacheDirectory>
130-
${project.build.directory}/download-cache
131-
</cacheDirectory>
129+
<skipCache>true</skipCache>
132130
</configuration>
133131
<executions>
134132
<execution>

sdk-platform-java/java-showcase-3.21.0/gapic-showcase/pom.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,7 @@
6060
https://raw.githubusercontent.com/googleapis/gapic-showcase/v${gapic-showcase.version}/server/services/compliance_suite.json
6161
</url>
6262
<outputDirectory>src/test/resources</outputDirectory>
63-
<cacheDirectory>
64-
${project.build.directory}/download-cache
65-
</cacheDirectory>
63+
<skipCache>true</skipCache>
6664
<!-- Set this to always download the latest version and overwrite the existing file -->
6765
<overwrite>true</overwrite>
6866
</configuration>

sdk-platform-java/java-showcase-3.25.8/gapic-showcase/pom.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,7 @@
6868
https://raw.githubusercontent.com/googleapis/gapic-showcase/v${gapic-showcase.version}/server/services/compliance_suite.json
6969
</url>
7070
<outputDirectory>src/test/resources</outputDirectory>
71-
<cacheDirectory>
72-
${project.build.directory}/download-cache
73-
</cacheDirectory>
71+
<skipCache>true</skipCache>
7472
<!-- Set this to always download the latest version and overwrite the existing file -->
7573
<overwrite>true</overwrite>
7674
</configuration>

0 commit comments

Comments
 (0)