Skip to content

Commit

Permalink
chore: change to JDK 17
Browse files Browse the repository at this point in the history
  • Loading branch information
sboh1214 committed Jul 25, 2023
1 parent ad34fa5 commit 803698b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

env:
FLUTTER_VERSION: "3"
JAVA_VERSION: "11"
JAVA_VERSION: "17"

jobs:
build-android:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

env:
FLUTTER_VERSION: "3"
JAVA_VERSION: "11"
JAVA_VERSION: "17"

jobs:
unit:
Expand Down
12 changes: 1 addition & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ [email protected]

### Run

You need to install `flutter`
You need to install `flutter` and `JDK 17`.

```bash
flutter run
Expand Down Expand Up @@ -66,16 +66,6 @@ You need to start emulator/device.
flutter drive --target=test_driver/app.dart
```

### Apple Silicon JDK 8 설치

Apple Silicon은 aarch64로 컴파일된 JDK 8 버전을 설치하여야
`sdkmanager`와 같은 Android SDK tool들을 사용할 수 있습니다.

```bash
brew tap mdogan/zulu
brew install zulu-jdk8
```

## How to contribute?

Please visit [CONTRIBUTING.md](https://github.com/sparcs-kaist/otl-app/blob/main/CONTRIBUTING.md)
Expand Down

0 comments on commit 803698b

Please sign in to comment.