Skip to content

Commit

Permalink
Merge pull request #24 from StaticFX/feature/1.21
Browse files Browse the repository at this point in the history
Bump to mc 1.21 #minor
  • Loading branch information
StaticFX authored Aug 13, 2024
2 parents f114396 + 51be54e commit 3859279
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ subprojects {
}

dependencies {
compileOnly "io.papermc.paper:paper-api:1.20.4-R0.1-SNAPSHOT"
compileOnly "io.papermc.paper:paper-api:1.21.1-R0.1-SNAPSHOT"
shadow "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
}

Expand Down Expand Up @@ -114,7 +114,7 @@ build {
dependsOn(shadowJar)
}

def targetJavaVersion = 17
def targetJavaVersion = 21
java {
def javaVersion = JavaVersion.toVersion(targetJavaVersion)
sourceCompatibility = javaVersion
Expand Down

0 comments on commit 3859279

Please sign in to comment.