Skip to content

Commit

Permalink
[CI skip] revert: 938286d.
Browse files Browse the repository at this point in the history
  • Loading branch information
ybw0014 committed Aug 1, 2024
1 parent 938286d commit 5e6766b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v4
with:
java-version: 17
java-version: 21
distribution: temurin

- name: Validate Gradle wrapper
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ version = "UNOFFICIAL"
description = "MobCapturer"

java {
sourceCompatibility = JavaVersion.VERSION_17
sourceCompatibility = JavaVersion.VERSION_21
}

publishing {
Expand Down

0 comments on commit 5e6766b

Please sign in to comment.