diff options
author | Anton Tananaev <anton@traccar.org> | 2022-08-07 07:37:53 -0700 |
---|---|---|
committer | Anton Tananaev <anton@traccar.org> | 2022-08-07 07:37:53 -0700 |
commit | 6c0524f0534ccce8ab34a72d52f8f67e84234f01 (patch) | |
tree | b0b8b34cc407cfd4a3a03921f6b61b85dc69bc9d | |
parent | 9b54131699e61890fe6746b93a9a69a12d655ab5 (diff) | |
download | trackermap-server-6c0524f0534ccce8ab34a72d52f8f67e84234f01.tar.gz trackermap-server-6c0524f0534ccce8ab34a72d52f8f67e84234f01.tar.bz2 trackermap-server-6c0524f0534ccce8ab34a72d52f8f67e84234f01.zip |
Try different JDK
-rw-r--r-- | .github/workflows/release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f23a6d7e2..a11ad2640 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: working-directory: ./traccar-web - uses: actions/setup-java@v3 with: - distribution: corretto + distribution: zulu java-version: 11 cache: gradle - run: ./gradlew build |