diff options
author | Anton Tananaev <anton@traccar.org> | 2022-08-07 07:52:45 -0700 |
---|---|---|
committer | Anton Tananaev <anton@traccar.org> | 2022-08-07 07:52:45 -0700 |
commit | 6685e71d10a6e4243cc987781944aa96fa271618 (patch) | |
tree | 4c77830db547578d848d87c01e894fd992005903 /.github | |
parent | 6c0524f0534ccce8ab34a72d52f8f67e84234f01 (diff) | |
download | trackermap-server-6685e71d10a6e4243cc987781944aa96fa271618.tar.gz trackermap-server-6685e71d10a6e4243cc987781944aa96fa271618.tar.bz2 trackermap-server-6685e71d10a6e4243cc987781944aa96fa271618.zip |
Select specific version
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/release.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a11ad2640..b63394ca5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,8 +21,8 @@ jobs: working-directory: ./traccar-web - uses: actions/setup-java@v3 with: - distribution: zulu - java-version: 11 + distribution: temurin + java-version: 11.0.15 cache: gradle - run: ./gradlew build - uses: actions/setup-node@v3 |