Skip to content

Commit

Permalink
Add Maven Build Cache Extension.
Browse files Browse the repository at this point in the history
  • Loading branch information
odrotbohm committed Aug 3, 2023
1 parent 3055212 commit f97add5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .mvn/extensions.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<extensions xmlns="http://maven.apache.org/EXTENSIONS/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/EXTENSIONS/1.0.0 http://maven.apache.org/xsd/core-extensions-1.0.0.xsd">
<extension>
<groupId>org.apache.maven.extensions</groupId>
<artifactId>maven-build-cache-extension</artifactId>
<version>1.0.1</version>
</extension>
</extensions>

0 comments on commit f97add5

Please sign in to comment.