Skip to content

Commit

Permalink
Comment out the JVM toolchain version as it is not needed in this pro…
Browse files Browse the repository at this point in the history
…ject
  • Loading branch information
ShreckYe committed Nov 4, 2024
1 parent 8b6058e commit 7fbfdbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle-plugins/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
//id("com.gradle.plugin-publish") version "1.2.1"
}

kotlin.jvmToolchain(8)
//kotlin.jvmToolchain(8)

repositories {
mavenCentral()
Expand Down

0 comments on commit 7fbfdbb

Please sign in to comment.