Skip to content

Commit

Permalink
Set the JVM version in the "plugins" project to 8
Browse files Browse the repository at this point in the history
  • Loading branch information
ShreckYe committed Mar 14, 2024
1 parent a86ca9b commit e3338d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gradle-plugins/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ plugins {
id("com.gradle.plugin-publish") version "1.2.1"
}

kotlin.jvmToolchain(8)

repositories {
mavenCentral()
}
Expand Down

0 comments on commit e3338d4

Please sign in to comment.