Skip to content

Commit

Permalink
Disabling cache.
Browse files Browse the repository at this point in the history
  • Loading branch information
david-waltermire committed Jul 19, 2023
1 parent 5248744 commit 709b519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .mvn/maven-build-cache-config.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<cache xmlns="http://maven.apache.org/BUILD-CACHE-CONFIG/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/BUILD-CACHE-CONFIG/1.0.0 https://maven.apache.org/xsd/build-cache-config-1.0.0.xsd">
<configuration>
<enabled>true</enabled>
<enabled>false</enabled>
<hashAlgorithm>XX</hashAlgorithm>
<multiModule>
<discovery>
Expand Down

0 comments on commit 709b519

Please sign in to comment.