Skip to content

Use JDK 17 and Temurin distro, like in core Hz #66

Use JDK 17 and Temurin distro, like in core Hz

Use JDK 17 and Temurin distro, like in core Hz #66

Workflow file for this run

name: PR builder
on:
pull_request:
branches:
- master
jobs:
build:
name: Build and run tests
runs-on: ubuntu-latest
if: github.repository_owner == 'hazelcast'
steps:
- uses: actions/checkout@v3
- name: Set up Apache Maven Central
uses: actions/setup-java@v3
with:
java-version: 17
distribution: 'temurin'
cache: 'maven'
- name: Build
run: |
mvn clean package