Skip to content

Bump gradle-wrapper from 9.3.1 to 9.4.0 #357

Bump gradle-wrapper from 9.3.1 to 9.4.0

Bump gradle-wrapper from 9.3.1 to 9.4.0 #357

Workflow file for this run

name: Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout the code
uses: actions/checkout@v3
- name: Run Tests
run: ./gradlew check --stacktrace