未验证 提交 9e3ae569 编写于 作者: 武汉红喜's avatar 武汉红喜 提交者: GitHub

Update maven.yml

上级 acd95425
name: Java CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
version: 1.8
- name: Build with Maven
run: mvn clean package -Dmaven.test.skip --file pom.xml
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册