From 070dc24d96fb491d6703310a91fdf4ab9f50ef6d Mon Sep 17 00:00:00 2001 From: Wim Deblauwe Date: Wed, 17 Apr 2024 08:04:43 +0200 Subject: [PATCH] Test release --- .github/workflows/release.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 474985f..1638a35 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,12 +12,12 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Set up JDK 17 - uses: actions/setup-java@v4 - with: - distribution: 'temurin' - java-version: '17' - cache: 'maven' + # - name: Set up JDK 17 + # uses: actions/setup-java@v4 + # with: + # distribution: 'temurin' + # java-version: '17' + # cache: 'maven' - name: Set up Apache Maven Central uses: actions/setup-java@v4