Browse Source

Update GHActions workflows

Daniel Bohry 1 year ago
parent
commit
c7ba89fa5f
1 changed files with 1 additions and 2 deletions
  1. 1 2
      .github/workflows/build.yml

+ 1 - 2
.github/workflows/build.yml

@@ -16,7 +16,6 @@ jobs:
       - name: Set up JDK
         uses: actions/setup-java@v3
         with:
-          java-version: '21' # or the version you use
-          distribution: 'temurin' # or another distribution
+          java-version: '21'
       - name: Build with Gradle
         run: chmod +x ./gradlew && ./gradlew clean build test