Skip to content

Commit

Permalink
Add 1.20 support (#32)
Browse files Browse the repository at this point in the history
* Update umbrella for 1.20 version compatibility
* Bump version to 1.1.0
  • Loading branch information
Tofpu authored Aug 23, 2023
1 parent 0a3c3bf commit 03bab9d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ allprojects {
}

group = "io.tofpu.speedbridge2"
version = "1.0.12"
version = "1.1.0"

repositories {
mavenLocal()
Expand Down
7 changes: 4 additions & 3 deletions speedbridge2-spigot-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies {
exclude("com.sk89q", "worldedit")
}

implementation("com.github.tofpu:umbrella:1.0.2")
implementation("com.github.tofpu:umbrella:1.20-support-SNAPSHOT")
}

tasks {
Expand All @@ -58,7 +58,8 @@ tasks {
}

runServer {
minecraftVersion("1.8.8")
pluginJars(project.file("libs/worldedit-bukkit-6.1.jar"))
minecraftVersion("1.20")
pluginJars(project.file("libs/worldedit-bukkit-7.2.15.jar"))
// pluginJars(project.file("libs/worldedit-bukkit-6.1.jar"))d
}
}

0 comments on commit 03bab9d

Please sign in to comment.