tirbofish/dropbear · commit
cd2f70cbc6ee4db6036a46ac1bf32657514b9e2a
updated actions and stuff
Signature present but could not be verified.
Unverified
@@ -25,11 +25,11 @@ jobs: run: chmod +x gradlew - name: Build with Gradle - run: ./gradlew build + run: ./gradlew build fatJar - name: Upload JAR artifact uses: actions/upload-artifact@v4 with: name: application-jar - path: build/libs/*.jar + path: build/libs/*-all.jar retention-days: 30 @@ -2,8 +2,8 @@ name: Build Executables on: push: - branches: - - '**' + branches: + - '**' pull_request: {} jobs: @@ -34,10 +34,28 @@ jobs: with: submodules: 'recursive' + - name: Set up JDK 21 + uses: actions/setup-java@v4 + with: + java-version: '21' + distribution: 'temurin' + + - name: Setup Gradle + uses: gradle/actions/setup-gradle@v4 + with: + gradle-version: 'wrapper' + + - name: Make Gradlew Executable (Unix-like systems)
Large diffs are not rendered by default. Showing the first 50 of 417 lines. Show full diff