From 460afa3407cea0cec016f4fd0f5565bafb205255 Mon Sep 17 00:00:00 2001 From: AceKiron Date: Wed, 26 Jun 2024 15:02:03 +0200 Subject: [PATCH] v3 4 --- .github/workflows/{build-and-test.yml => build.yml} | 8 +------- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 9 deletions(-) rename .github/workflows/{build-and-test.yml => build.yml} (50%) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build.yml similarity index 50% rename from .github/workflows/build-and-test.yml rename to .github/workflows/build.yml index ae0b526..7639cf8 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build.yml @@ -11,10 +11,4 @@ jobs: - name: Checkout uses: actions/checkout@v4 - - run: mvn package - - - name: Upload JAR as artifact - uses: actions/upload-artifact@v4 - with: - name: pronounmc-jar - path: ./target/pronounmc-*.jar \ No newline at end of file + - run: mvn package \ No newline at end of file diff --git a/pom.xml b/pom.xml index d5cd883..42b59f0 100644 --- a/pom.xml +++ b/pom.xml @@ -23,8 +23,8 @@ maven-compiler-plugin 3.8.1 - 16 - 16 + 17 + 17