From 41cf42535e0b5affffb900c2856564e211b9737d Mon Sep 17 00:00:00 2001 From: amihaiemil Date: Thu, 4 Apr 2024 19:38:50 +0300 Subject: [PATCH] temurin distribution --- .github/workflows/maven.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 3401c757..f2ce676f 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -28,5 +28,6 @@ jobs: uses: actions/setup-java@v3 with: java-version: ${{ matrix.java-version }} + distribution: 'temurin' - name: Build with Maven run: mvn -B install --no-transfer-progress --file pom.xml