change pom to flush GH actions cache

This commit is contained in:
Sean Corfield 2021-08-30 19:43:19 -07:00
parent bcdd81e931
commit e19870aba7
2 changed files with 3 additions and 4 deletions

View file

@ -14,7 +14,6 @@ jobs:
with:
distribution: 'adopt'
java-version: ${{ matrix.java }}
key: ${{ runner.os }}-maven-${{ hashFiles('**/deps.edn') }}
cache: 'maven'
- name: Clojure CLI 1.10.3.933
uses: DeLaGuardo/setup-clojure@master

View file

@ -34,9 +34,6 @@
<version>1.9.0</version>
</dependency>
</dependencies>
<build>
<sourceDirectory>src</sourceDirectory>
</build>
<repositories>
<repository>
<id>clojars</id>
@ -47,6 +44,9 @@
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
</repository>
</repositories>
<build>
<sourceDirectory>src</sourceDirectory>
</build>
<distributionManagement>
<repository>
<id>clojars</id>