fix java version in pom.xml, remove upload artifacts in action
All checks were successful
Gitea Action Maven build / build (push) Successful in 1m20s
All checks were successful
Gitea Action Maven build / build (push) Successful in 1m20s
This commit is contained in:
parent
066d7cf60b
commit
bda73ada32
@ -22,13 +22,11 @@ jobs:
|
||||
cache: 'maven'
|
||||
- name: Build, Test and Package with Maven
|
||||
run: mvn -B verify --file pom.xml -e
|
||||
# - name: Run tests
|
||||
# run: mvn test
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: build-artifact
|
||||
path: target/*.jar
|
||||
# - name: Upload artifact
|
||||
# uses: actions/upload-artifact@v3
|
||||
# with:
|
||||
# name: build-artifact
|
||||
# path: target/*.jar
|
||||
- name: Create Maven settings.xml
|
||||
run: |
|
||||
cat <<EOF > ~/.m2/settings.xml
|
||||
|
Loading…
x
Reference in New Issue
Block a user