diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 469deda..606c0f4 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -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 diff --git a/README.md b/README.md index 3918b5a..e55f5c2 100644 --- a/README.md +++ b/README.md @@ -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: