Skip to content

Commit

Permalink
update to 3.3.0-SNAPSHOT velocity
Browse files Browse the repository at this point in the history
  • Loading branch information
ham1255 committed Apr 12, 2024
1 parent 830b930 commit fa6bcf7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions RedisBungee-Velocity/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ dependencies {
exclude("com.google.code.gson", "gson")
exclude("org.spongepowered", "configurate-yaml")
}
compileOnly("com.velocitypowered:velocity-api:3.2.0-SNAPSHOT")
annotationProcessor("com.velocitypowered:velocity-api:3.2.0-SNAPSHOT")
compileOnly("com.velocitypowered:velocity-api:3.3.0-SNAPSHOT")
annotationProcessor("com.velocitypowered:velocity-api:3.3.0-SNAPSHOT")
}

description = "RedisBungee Velocity implementation"
Expand All @@ -42,11 +42,11 @@ tasks {
options.linksOffline("https://ci.limework.net/RedisBungee/RedisBungee-API/build/docs/javadoc", apiDocs.path)
}
runVelocity {
velocityVersion("3.2.0-SNAPSHOT")
velocityVersion("3.3.0-SNAPSHOT")
}
compileJava {
options.encoding = Charsets.UTF_8.name()
options.release.set(11)
options.release.set(17)
}
javadoc {
options.encoding = Charsets.UTF_8.name()
Expand Down

0 comments on commit fa6bcf7

Please sign in to comment.