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 a5daaf9 commit d1c0d2a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 16 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: 6 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>net.laboulangerie</groupId>
Expand Down Expand Up @@ -46,10 +48,6 @@
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
<repository>
<id>laboulangeriemmo</id>
<url>https://maven.pkg.github.com/laboulangerie/laboulangeriemmo</url>
</repository>
<repository>
<id>betonquest</id>
<url>https://betonquest.org/nexus/repository/betonquest/</url>
Expand Down Expand Up @@ -100,9 +98,9 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>net.laboulangerie</groupId>
<artifactId>laboulangeriemmo</artifactId>
<version>2.2.2</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 d1c0d2a

Please sign in to comment.