Skip to content

Commit

Permalink
Try now
Browse files Browse the repository at this point in the history
  • Loading branch information
Alemiz112 committed Nov 5, 2023
1 parent 0badba4 commit b8554ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/maven-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
uses: actions/setup-java@v3
with:
java-version: 8
distribution: 'adopt'
distribution: adopt-hotspot
settings-path: ${{ github.workspace }}

- name: Setup maven repo
uses: s4u/[email protected]
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@

<distributionManagement>
<repository>
<id>central</id>
<id>waterdog-releases</id>
<name>waterdog-releases</name>
<url>https://repo.waterdog.dev/releases</url>
</repository>
<snapshotRepository>
<id>snapshots</id>
<id>waterdog-snapshots</id>
<name>waterdog-snapshots</name>
<url>https://repo.waterdog.dev/snapshots</url>
</snapshotRepository>
Expand Down

0 comments on commit b8554ac

Please sign in to comment.