Browse Source

Update GHActions workflows

Daniel Bohry 1 năm trước cách đây
mục cha
commit
c7ba89fa5f
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  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