Skip to content

Commit

Permalink
chore: upgrade PAPI dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
titivermeesch committed Sep 19, 2024
1 parent c983d78 commit e404acc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
5 changes: 2 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ repositories {
url = 'https://papermc.io/repo/repository/maven-public/'
}
maven {
url = 'http://repo.extendedclip.com/content/repositories/placeholderapi/'
allowInsecureProtocol = true
url = 'https://repo.extendedclip.com/content/repositories/placeholderapi/'
}
maven {
url = 'https://repo.codemc.io/repository/maven-snapshots/'
Expand Down Expand Up @@ -53,7 +52,7 @@ dependencies {
implementation 'org.apache.commons:commons-text:1.10.0'
implementation 'io.sentry:sentry:7.0.0'
compileOnly 'io.papermc.paper:paper-api:1.21-R0.1-SNAPSHOT'
compileOnly 'me.clip:placeholderapi:2.10.9'
compileOnly 'me.clip:placeholderapi:2.11.6'
compileOnly 'org.jetbrains:annotations:23.1.0'
}

Expand Down
5 changes: 2 additions & 3 deletions java17-build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ repositories {
url = 'https://papermc.io/repo/repository/maven-public/'
}
maven {
url = 'http://repo.extendedclip.com/content/repositories/placeholderapi/'
allowInsecureProtocol = true
url = 'https://repo.extendedclip.com/content/repositories/placeholderapi/'
}
maven {
url = 'https://repo.codemc.io/repository/maven-snapshots/'
Expand Down Expand Up @@ -53,7 +52,7 @@ dependencies {
implementation 'org.apache.commons:commons-text:1.10.0'
implementation 'io.sentry:sentry:7.0.0'
compileOnly 'io.papermc.paper:paper-api:1.20.2-R0.1-SNAPSHOT'
compileOnly 'me.clip:placeholderapi:2.10.9'
compileOnly 'me.clip:placeholderapi:2.11.6'
compileOnly 'org.jetbrains:annotations:23.1.0'
}

Expand Down
5 changes: 2 additions & 3 deletions java8-build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ repositories {
url = 'https://papermc.io/repo/repository/maven-public/'
}
maven {
url = 'http://repo.extendedclip.com/content/repositories/placeholderapi/'
allowInsecureProtocol = true
url = 'https://repo.extendedclip.com/content/repositories/placeholderapi/'
}
maven {
url = 'https://repo.codemc.io/repository/maven-snapshots/'
Expand Down Expand Up @@ -60,7 +59,7 @@ dependencies {
implementation 'org.apache.commons:commons-text:1.9'
implementation 'io.sentry:sentry:7.0.0'
compileOnly 'org.spigotmc:spigot-api:1.8.8-R0.1-SNAPSHOT'
compileOnly 'me.clip:placeholderapi:2.10.9'
compileOnly 'me.clip:placeholderapi:2.11.6'
compileOnly 'org.jetbrains:annotations:23.0.0'
}

Expand Down

0 comments on commit e404acc

Please sign in to comment.