From bda73ada32e74590f9af2929c047d5b58b7e4826 Mon Sep 17 00:00:00 2001 From: Eduard Kuksa Date: Sun, 2 Feb 2025 16:28:45 +0700 Subject: [PATCH] fix java version in pom.xml, remove upload artifacts in action --- .gitea/workflows/maven.yml | 12 +++++------- pom.xml | 2 +- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/.gitea/workflows/maven.yml b/.gitea/workflows/maven.yml index 5892624..9594041 100644 --- a/.gitea/workflows/maven.yml +++ b/.gitea/workflows/maven.yml @@ -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 < ~/.m2/settings.xml diff --git a/pom.xml b/pom.xml index 2381a0f..b920f35 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ - 17 + 21