Skip to content

Commit

Permalink
Build cache - Use notCacheableBecause instead of storeEnabled
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet committed Sep 22, 2023
1 parent d98090e commit 0328814
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion core/deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<outputs>
<storeEnabled>false</storeEnabled>
<notCacheableBecause>the extension config doc generation tool shares data across all extensions</notCacheableBecause>
</outputs>
</plugin>
</plugins>
Expand Down
2 changes: 1 addition & 1 deletion core/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<outputs>
<storeEnabled>false</storeEnabled>
<notCacheableBecause>the extension config doc generation tool shares data across all extensions</notCacheableBecause>
</outputs>
</plugin>
</plugins>
Expand Down
2 changes: 1 addition & 1 deletion extensions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<outputs>
<storeEnabled>false</storeEnabled>
<notCacheableBecause>the extension config doc generation tool shares data across all extensions</notCacheableBecause>
</outputs>
</plugin>
</plugins>
Expand Down
2 changes: 1 addition & 1 deletion test-framework/jacoco/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<outputs>
<storeEnabled>false</storeEnabled>
<notCacheableBecause>the extension config doc generation tool shares data across all extensions</notCacheableBecause>
</outputs>
</plugin>
</plugins>
Expand Down

0 comments on commit 0328814

Please sign in to comment.