Skip to content

Commit

Permalink
Merge pull request #215 from Kqliber/main
Browse files Browse the repository at this point in the history
1.20.2 support (updated adventure)
  • Loading branch information
Kqliber committed Nov 5, 2023
2 parents f9e2350 + ba78f77 commit b3026eb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
5 changes: 5 additions & 0 deletions api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ plugins {
id("com.github.johnrengelman.shadow") version "7.1.2"
}

repositories {
// adventure snapshot repo
maven("https://s01.oss.sonatype.org/content/repositories/snapshots/")
}

dependencies {
api(libs.adventure.bukkit)
api(libs.adventure.minimessage)
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ spigot = "1.20.1-R0.1-SNAPSHOT"

# Adventure
minimessage = "4.14.0"
adventure-platform = "4.3.0"
adventure-platform = "4.3.2-SNAPSHOT"

# Other
configurate = "4.1.2"
cmds = "2.0.0-SNAPSHOT"
papi = "2.11.1"
towny = "0.98.1.3"
discordsrv = "1.25.1"
supervanish = "6.2.6-4"
supervanish = "6.2.17"
bstats = "3.0.0"
essentials = "2.19.4"
griefprevention = "16.18.1"
Expand Down
2 changes: 2 additions & 0 deletions plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ version = "${rootProject.version}-${System.getenv("BUILD_NUMBER")}"
repositories {
papi()
triumphSnapshots()
// adventure snapshot repo
maven("https://s01.oss.sonatype.org/content/repositories/snapshots/")
// towny
maven("https://repo.glaremasters.me/repository/towny/")
// dsrv + dependencies
Expand Down

0 comments on commit b3026eb

Please sign in to comment.