Skip to content

Commit

Permalink
build(plugin): update libs and papi repo
Browse files Browse the repository at this point in the history
de.tr7zw:item-nbt-api-plugin 2.13.1 -> 2.14.0
me.piggypiglet:TimeAPI + -> 1.3
  • Loading branch information
iGabyTM committed Nov 24, 2024
1 parent a74728c commit 9ce78af
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ repositories {
}

maven {
url 'https://repo.extendedclip.com/content/repositories/placeholderapi/'
name 'PlaceholderAPI'
url 'https://repo.helpch.at/releases'
}
}

Expand All @@ -44,7 +45,7 @@ dependencies {
compileOnly('com.github.MilkBowl:VaultAPI:1.7') { transitive false }

// NBT
compileOnly 'de.tr7zw:item-nbt-api-plugin:2.13.1'
compileOnly 'de.tr7zw:item-nbt-api-plugin:2.14.0'

// Adventure
def adventureVersion = '4.17.0'
Expand All @@ -67,13 +68,13 @@ dependencies {
implementation 'org.bstats:bstats-bukkit:3.0.0'

// TimeAPI - https://github.com/PiggyPiglet/TimeAPI
implementation 'me.piggypiglet:TimeAPI:+'
implementation 'me.piggypiglet:TimeAPI:1.3'

// Other dependencies that don't have a repository or the release is old
compileOnly fileTree(dir: './libs', includes: ['*.jar'])

// PAPI
compileOnly 'me.clip:placeholderapi:2.10.10'
compileOnly 'me.clip:placeholderapi:2.11.6'
}

compileKotlin {
Expand Down

0 comments on commit 9ce78af

Please sign in to comment.