Migrate back to Paper.

This commit is contained in:
Paldiu 2023-08-23 11:24:06 -05:00 committed by GitHub
parent 9237353686
commit 6cd4d83cf8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,8 +17,8 @@ subprojects {
mavenCentral()
maven {
name = 'Scissors'
url = 'https://repo.scissors.gg/repository/scissors-snapshot/'
name = 'Paper'
url = 'https://repo.papermc.io/repository/maven-snapshots/'
}
maven {
@ -42,7 +42,7 @@ subprojects {
}
dependencies {
compileOnly 'me.totalfreedom.scissors:Scissors-API:1.19.4-R0.1-SNAPSHOT'
compileOnly 'io.papermc.paper:paper-api:1.20.1-R0.1-SNAPSHOT'
compileOnly 'org.javassist:javassist:3.29.1-GA'
compileOnly 'org.apache.commons:commons-lang3:3.12.0'
compileOnly 'org.apache.commons:commons-collections4:4.2'