[FIXES] Min SDK

16s
Run ./gradlew lintKotlin testDebugUnitTest --parallel --daemon
Starting a Gradle Daemon (subsequent builds will be faster)
Parallel Configuration Cache is an incubating feature.
Calculating task graph as no cached configuration is available for tasks: lintKotlin testDebugUnitTest
gradle/actions: Writing build results to /home/runner/work/_temp/.gradle-actions/build-results/__run-1775220043424.json

[Incubating] Problems report is available at: file:///home/runner/work/trmnl-android/trmnl-android/build/reports/problems/problems-report.html
FAILURE: Build failed with an exception.

* What went wrong:
A problem occurred configuring root project 'TRMNL'.
> Could not resolve all artifacts for configuration 'classpath'.
   > Could not resolve dev.zacsweers.metro:gradle-plugin:0.12.1.
     Required by:
         root project : > dev.zacsweers.metro:dev.zacsweers.metro.gradle.plugin:0.12.1
Configuration cache entry stored.
      > Dependency requires at least JVM runtime version 21. This build uses a Java 17 JVM.
This commit is contained in:
Hossain Khan
2026-04-03 08:43:23 -04:00
parent bf68a3e472
commit 6db244eff4
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ jobs:
- name: set up JDK
uses: actions/setup-java@v4
with:
java-version: '17'
java-version: '21'
distribution: 'temurin'
cache: gradle
+1 -1
View File
@@ -30,7 +30,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v4
with:
java-version: '17'
java-version: '21'
distribution: 'temurin'
cache: gradle
+1 -1
View File
@@ -15,7 +15,7 @@ jobs:
- name: set up JDK
uses: actions/setup-java@v4
with:
java-version: '17'
java-version: '21'
distribution: 'temurin'
cache: gradle
@@ -17,7 +17,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v4
with:
java-version: '17'
java-version: '21'
distribution: 'temurin'
- name: Create test directory
+1 -1
View File
@@ -27,7 +27,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v4
with:
java-version: '17' # Using a stable JDK version
java-version: '21' # Using a stable JDK version
distribution: 'temurin'
- name: Verify Java and Keytool Installation