Skip to content

Commit b6f8c74

Browse files
authored
Merge pull request quarkusio#36096 from gsmet/notCacheableBecause
Build cache - Use notCacheableBecause instead of storeEnabled
2 parents 677292f + 0328814 commit b6f8c74

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

core/deployment/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@
229229
<plugin>
230230
<artifactId>maven-compiler-plugin</artifactId>
231231
<outputs>
232-
<storeEnabled>false</storeEnabled>
232+
<notCacheableBecause>the extension config doc generation tool shares data across all extensions</notCacheableBecause>
233233
</outputs>
234234
</plugin>
235235
</plugins>

core/runtime/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@
286286
<plugin>
287287
<artifactId>maven-compiler-plugin</artifactId>
288288
<outputs>
289-
<storeEnabled>false</storeEnabled>
289+
<notCacheableBecause>the extension config doc generation tool shares data across all extensions</notCacheableBecause>
290290
</outputs>
291291
</plugin>
292292
</plugins>

extensions/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@
258258
<plugin>
259259
<artifactId>maven-compiler-plugin</artifactId>
260260
<outputs>
261-
<storeEnabled>false</storeEnabled>
261+
<notCacheableBecause>the extension config doc generation tool shares data across all extensions</notCacheableBecause>
262262
</outputs>
263263
</plugin>
264264
</plugins>

test-framework/jacoco/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<plugin>
3434
<artifactId>maven-compiler-plugin</artifactId>
3535
<outputs>
36-
<storeEnabled>false</storeEnabled>
36+
<notCacheableBecause>the extension config doc generation tool shares data across all extensions</notCacheableBecause>
3737
</outputs>
3838
</plugin>
3939
</plugins>

0 commit comments

Comments
 (0)