diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bc39b9fb..8c6d2872 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,8 +15,7 @@ jobs: include: - java: 21 # Disable Enforcer check which (intentionally) prevents using JDK 21 for building - # Exclude 'shrinker-test' module because R8 does not support JDK 21 yet - extra-mvn-args: -Denforcer.fail=false --projects '!:shrinker-test' + extra-mvn-args: -Denforcer.fail=false runs-on: ubuntu-latest steps: diff --git a/shrinker-test/pom.xml b/shrinker-test/pom.xml index 6c3e324f..6881c9df 100644 --- a/shrinker-test/pom.xml +++ b/shrinker-test/pom.xml @@ -218,7 +218,6 @@ but it appears that can be ignored --> com.android.tools r8 - 8.2.33