Skip to content

Bump com.github.ben-manes.versions from 0.49.0 to 0.50.0 (#348) #1147

Bump com.github.ben-manes.versions from 0.49.0 to 0.50.0 (#348)

Bump com.github.ben-manes.versions from 0.49.0 to 0.50.0 (#348) #1147

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build-gradle-project:
runs-on: ubuntu-latest
steps:
- name: Checkout project sources
uses: actions/checkout@v4
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
- name: Run build with Gradle Wrapper
run: ./gradlew check jacocoTestReport
- name: Codecov
uses: codecov/codecov-action@v3