Skip to content

Commit

Permalink
#113 JDK 16
Browse files Browse the repository at this point in the history
  • Loading branch information
ylexus committed Jun 25, 2021
1 parent 94f4ad7 commit ffe28dd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v1
with:
java-version: 14.0.2
java-version: 16.0.1
- name: Build with Gradle
run: ./gradlew --info test --no-daemon
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@ See [Wiki](https://github.com/ylexus/jiotty-photos-uploader/wiki) for more infor

For enthusiasts, to build or run from sources:

1. Install JDK
1. for a desktop, use any JDK version 14 or higher.
2. for a Raspberry Pi, use Liberica OpenJDK (because it contains RPi-compatible javafx). Go to https://bell-sw.com/pages/downloads/, select latest version,
32-bit, Linux, package: Full JDK, and install via `.deb`.
2. Clone this repository.
3. `cd jiotty-photos-uploader`
1. Follow [these steps](https://github.com/ylexus/jiotty-photos-uploader/wiki#using-your-own-google-api-client-secret) to generate your own Google API client
secret file.
2. Install JDK
1. for a desktop, use any JDK version 16 or higher.
2. for a Raspberry Pi, use Liberica OpenJDK (because it contains RPi-compatible javafx). Go to https://bell-sw.com/pages/downloads/, select version 16 or
higher, 32-bit, Linux, package: Full JDK, and install via `.deb`.
3. Clone this repository.
4. `cd jiotty-photos-uploader`

Then, to compile and run locally:

Expand Down

0 comments on commit ffe28dd

Please sign in to comment.