Delete '.github/workflows/maven.yml'
This commit is contained in:
parent
ad1abd8492
commit
066e29e721
1 changed files with 0 additions and 22 deletions
22
.github/workflows/maven.yml
vendored
22
.github/workflows/maven.yml
vendored
|
@ -1,22 +0,0 @@
|
|||
name: Java CI
|
||||
|
||||
on: [ push ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Set up JDK 11
|
||||
uses: actions/setup-java@v1
|
||||
with:
|
||||
java-version: 11
|
||||
- name: Build with Maven
|
||||
run: mvn -B package --file pom.xml
|
||||
- run: mkdir -p target
|
||||
|
||||
- uses: actions/upload-artifact@master
|
||||
with:
|
||||
name: themeparkplus
|
||||
path: target
|
Reference in a new issue