change pom to flush GH actions cache
This commit is contained in:
parent
bcdd81e931
commit
e19870aba7
2 changed files with 3 additions and 4 deletions
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
6
pom.xml
6
pom.xml
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue