Skip to content

Commit bfa1d3e

Browse files
authored
Merge pull request #32 from getodk/java17
Use Java 17
2 parents 9c3183b + f8543ae commit bfa1d3e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up JDK
1818
uses: actions/setup-java@v3
1919
with:
20-
java-version: '21'
20+
java-version: '17'
2121
distribution: 'temurin'
2222
cache: gradle
2323

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ android {
116116
}
117117

118118
compileOptions {
119-
sourceCompatibility JavaVersion.VERSION_21
120-
targetCompatibility JavaVersion.VERSION_21
119+
sourceCompatibility JavaVersion.VERSION_17
120+
targetCompatibility JavaVersion.VERSION_17
121121
}
122122

123123
buildFeatures {

0 commit comments

Comments
 (0)