Skip to content

Commit

Permalink
Update maven information in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Pyrofab committed Jun 22, 2023
1 parent a144a75 commit de2c83d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## **The Ladysnake maven is moving!**

**As Jfrog is ending their free service for OSS projects, we have to move the maven repository before the 1st of July 2023.
We will be updating this page as soon as the new maven is operational - you will then have to update your buildscripts with the new URL.**
See below for the new maven instructions - you will have to update your buildscripts with the new URL before the cutoff date to avoid dependency resolution failures.**

# PlayerAbilityLib

Expand All @@ -24,7 +24,7 @@ You can add the library by inserting the following in your `build.gradle` :
repositories {
maven {
name = 'Ladysnake Mods'
url = 'https://ladysnake.jfrog.io/artifactory/mods'
url = 'https://maven.ladysnake.org/releases'
content {
includeGroup 'io.github.ladysnake'
includeGroupByRegex 'io\\.github\\.onyxstudios.*'
Expand Down

0 comments on commit de2c83d

Please sign in to comment.