Skip to content

Commit

Permalink
huh
Browse files Browse the repository at this point in the history
  • Loading branch information
pcalouche committed Aug 2, 2024
1 parent bdf896c commit 5dde527
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
distribution: 'temurin'
cache: maven
- name: Run Maven
run: mvn -B clean verify
run: mvn -B -U clean verify
env:
GITHUB_ACTOR: ${{ github.actor }}
GITHUB_TOKEN: ${{ github.token }}
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<enabled>true</enabled>
</snapshots>
<id>github</id>
<url>https://maven.pkg.github.com/pcalouche/*</url>
<url>https://maven.pkg.github.com/pcalouche/spring-forge</url>
</repository>
</repositories>

Expand Down

0 comments on commit 5dde527

Please sign in to comment.