Skip to content

Bump org.apache.sshd:sshd-git from 2.10.0 to 2.11.0 #636

Bump org.apache.sshd:sshd-git from 2.10.0 to 2.11.0

Bump org.apache.sshd:sshd-git from 2.10.0 to 2.11.0 #636

Workflow file for this run

name: Build
on: [pull_request, push, workflow_dispatch]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '11'
cache: 'gradle'
- name: Test with Gradle
run: ./gradlew --no-daemon --continue check
- name: Jacoco
run: ./gradlew jacocoTestReport
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3