Skip to content

Commit

Permalink
Update to gradle kotlin 2.0.0 to fix stackoverflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Erdragh committed May 27, 2024
1 parent 8c5fb64 commit 4bb836e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Build with Gradle
uses: gradle/gradle-build-action@v2
with:
arguments: build --stacktrace --info
arguments: build

- name: Publish with Gradle
if: ${{ github.event.inputs.publish }}
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
id("io.github.goooler.shadow") version "8.1.7" apply false
// Since this mod/bot is written in Kotlin and expected to run on Minecraft and as such
// the JVM, the Kotlin plugin is needed
kotlin("jvm") version "1.9.23"
kotlin("jvm") version "2.0.0"
// For generating documentation based on comments in the code
id("org.jetbrains.dokka") version "1.9.10"
java
Expand Down

0 comments on commit 4bb836e

Please sign in to comment.