Skip to content

Commit

Permalink
Force javaTarget 11 for all non-Android JVM targets
Browse files Browse the repository at this point in the history
  • Loading branch information
arkivanov committed Aug 8, 2024
1 parent 96ff45e commit 8c4042f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pluginManagement {
resolutionStrategy {
eachPlugin {
if (requested.id.toString() == "com.arkivanov.gradle.setup") {
useModule("com.github.arkivanov:gradle-setup-plugin:310f7f6b99")
useModule("com.github.arkivanov:gradle-setup-plugin:1c9e347ca6")
}
}
}
Expand Down

0 comments on commit 8c4042f

Please sign in to comment.