Skip to content

Added README.md file for the project #2

Added README.md file for the project

Added README.md file for the project #2

Workflow file for this run

on:
pull_request:
branches:
- master
- origination-implement
push:
branches:
- master
- origination-implement
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'
cache: 'gradle'
- run: "./gradlew bootJar test --no-daemon --no-build-cache"