Skip to content

Commit

Permalink
Merge remote-tracking branch 'github/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
byPixelTV committed Feb 1, 2025
2 parents f01b0d0 + 1aa75e8 commit 15bc18d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up JDK 23
uses: actions/setup-java@v4.6.0
uses: actions/setup-java@v4.7.0
with:
java-version: '23'
distribution: 'temurin'
Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import net.minecrell.pluginyml.paper.PaperPluginDescription

plugins {
kotlin("jvm") version "2.1.0"
kotlin("jvm") version "2.1.10"
id("net.minecrell.plugin-yml.paper") version "0.6.0"
id("com.gradleup.shadow") version "9.0.0-SNAPSHOT"
id("io.papermc.paperweight.userdev") version "2.0.0-beta.14"
id("io.papermc.paperweight.userdev") version "2.0.0-SNAPSHOT"
}


Expand Down

0 comments on commit 15bc18d

Please sign in to comment.