Skip to content

Commit

Permalink
The test requires Java 17 but in our github action we only have 11
Browse files Browse the repository at this point in the history
By downgrading the android-gradle plugin, it also runs with java 11
  • Loading branch information
balrok committed Apr 23, 2024
1 parent 135292c commit 0784c9a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@ class MultiProjectReaderFuncSpec extends AbstractGradleRunnerFunctionalSpec {
newSubBuildFile("shared") << """
plugins {
id "com.android.library" version "8.1.3"
id "com.android.library" version "7.4.0"
id "org.jetbrains.kotlin.multiplatform" version "1.9.20"
id "com.github.jk1.dependency-license-report"
}
Expand Down Expand Up @@ -629,7 +629,7 @@ class MultiProjectReaderFuncSpec extends AbstractGradleRunnerFunctionalSpec {
newSubBuildFile("android") << """
plugins {
id "com.android.application" version "8.1.3"
id "com.android.application" version "7.4.0"
id "org.jetbrains.kotlin.android" version "1.9.20"
id "com.github.jk1.dependency-license-report"
}
Expand Down

0 comments on commit 0784c9a

Please sign in to comment.