Skip to content

Commit

Permalink
Fix Java version
Browse files Browse the repository at this point in the history
  • Loading branch information
OwenMcGirr committed Nov 12, 2024
1 parent 1d6b954 commit a4027ae
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -118,3 +118,8 @@ dependencies {
debugImplementation(libs.compose.ui.tooling)
debugImplementation(libs.compose.ui.test.manifest)
}
java {
toolchain {
languageVersion = JavaLanguageVersion.of(17)
}
}
3 changes: 3 additions & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ pluginManagement {
mavenCentral()
}
}
plugins {
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
}

dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
Expand Down

0 comments on commit a4027ae

Please sign in to comment.