Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

feature/140-ttf-discord-verification #1

feature/140-ttf-discord-verification

feature/140-ttf-discord-verification #1

Workflow file for this run

name: Build
on:
pull_request:
branches:
- main
- develop
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
distribution: 'corretto'
java-version: '17'
cache: maven
- name: Build with Maven
run: mvn -B package --file pom.xml