Skip to content

Commit

Permalink
Get LbMMO from JitPack
Browse files Browse the repository at this point in the history
  • Loading branch information
PainOchoco committed Nov 24, 2023
1 parent b33a423 commit 7af09b7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 15 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,6 @@ jobs:
uses: actions/setup-java@v1
with:
java-version: 1.17
- uses: s4u/[email protected]
with:
servers: |
[{
"id": "laboulangeriemmo",
"username": "${{ secrets.GH_EMAIL }}",
"password": "${{ secrets.GH_READ_PACKAGES }}"
}]
- name: Maven build
run: mvn clean package
- uses: actions/upload-artifact@v1
Expand Down
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,14 +79,14 @@
<id>glaremasters repo</id>
<url>https://repo.glaremasters.me/repository/towny/</url>
</repository>
<repository>
<id>laboulangeriemmo</id>
<url>https://maven.pkg.github.com/laboulangerie/laboulangeriemmo</url>
</repository>
<repository>
<id>reposilite-repository</id>
<url>https://maven.reposilite.com/snapshots</url>
</repository>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>

<dependencies>
Expand All @@ -103,9 +103,9 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>net.laboulangerie</groupId>
<artifactId>laboulangeriemmo</artifactId>
<version>2.2.1</version>
<groupId>com.github.LaBoulangerie</groupId>
<artifactId>LaBoulangerieMMO</artifactId>
<version>2.3.1</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 7af09b7

Please sign in to comment.