Skip to content

build(deps): bump org.junit.jupiter:junit-jupiter from 5.10.2 to 5.10.3 #215

build(deps): bump org.junit.jupiter:junit-jupiter from 5.10.2 to 5.10.3

build(deps): bump org.junit.jupiter:junit-jupiter from 5.10.2 to 5.10.3 #215

Workflow file for this run

name: Java CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
java-version: 11
- name: Build with Gradle
run: ./gradlew build