Skip to content

Commit

Permalink
Update to 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
Aeltumn committed Jul 29, 2024
1 parent 085ed0b commit ee9cf51
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ val javaVersion: Int = 21

allprojects {
group = "com.noxcrew.interfaces"
version = "1.2.0"
version = "1.2.1-SNAPSHOT"

tasks.withType<JavaCompile> {
sourceCompatibility = javaVersion.toString()
Expand All @@ -40,7 +40,7 @@ subprojects {

// Configure any existing RunServerTasks
tasks.withType<RunServer> {
minecraftVersion("1.20.6")
minecraftVersion("1.21")
jvmArgs("-Dio.papermc.paper.suppress.sout.nags=true")
}

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ cloud-minecraft = "2.0.0-beta.8"

# Misc
adventure-core = "4.17.0"
paper-api = "1.20.6-R0.1-SNAPSHOT"
paper-api = "1.21-R0.1-SNAPSHOT"

[plugins]
shadow = { id = "io.github.goooler.shadow", version.ref = "shadow" }
Expand Down

0 comments on commit ee9cf51

Please sign in to comment.