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

[其他] 提供 Dockerfile 和构建脚本 #121

[其他] 提供 Dockerfile 和构建脚本

[其他] 提供 Dockerfile 和构建脚本 #121

Workflow file for this run

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