Skip to content

Commit

Permalink
chore: back to java17
Browse files Browse the repository at this point in the history
  • Loading branch information
sgammon committed May 8, 2023
1 parent b87daaa commit 4a68f4d
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions plugin-build/plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ plugins {
alias(libs.plugins.shadow)
}

val defaultJavaVersion = "11"
val defaultJavaVersion = "17"
val defaultKotlinVersion = "1.8"

val defaultElideGroup = "dev.elide"
Expand Down Expand Up @@ -134,16 +134,11 @@ pluginBundle {
val micronautPlugin = "3.7.9"
val minimumMicronaut = "3.8.8"
val preferredMicronaut = "3.9.1"
val defaultJavaMin = "11"
val defaultJavaMin = "17"
val defaultJavaMax = "19"
val baseJavaMin: Int = defaultJavaMin.toInt()

val skipVersions = sortedSetOf(
12,
13,
14,
15,
16,
18,
)

Expand Down

0 comments on commit 4a68f4d

Please sign in to comment.