Skip to content

update copyright

update copyright #39

Workflow file for this run

name: Build
on:
pull_request:
branches:
- '*'
push:
branches:
- 'main'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: '8'
cache: 'gradle'
- name: Build
run: ./gradlew installTeamcity20202 build