From 98ea70d7ea310c4522792b948ea8bb6ed62328d3 Mon Sep 17 00:00:00 2001 From: bmack94 Date: Fri, 16 Jul 2021 01:55:48 +0200 Subject: [PATCH 1/3] Create maven.yml --- .github/workflows/maven.yml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .github/workflows/maven.yml diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml new file mode 100644 index 0000000..1531e21 --- /dev/null +++ b/.github/workflows/maven.yml @@ -0,0 +1,25 @@ +# This workflow will build a Java project with Maven +# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven + +name: Java CI with Maven + +on: + push: + branches: [ master ] + pull_request: + branches: [ master ] + +jobs: + build: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v2 + - name: Set up JDK 11 + uses: actions/setup-java@v2 + with: + java-version: '11' + distribution: 'adopt' + - name: Build with Maven + run: mvn -B package --file pom.xml From 7b59fab6501bea9943efb971ecbb1e70fdcd026d Mon Sep 17 00:00:00 2001 From: bmack94 Date: Fri, 16 Jul 2021 01:57:46 +0200 Subject: [PATCH 2/3] Update pom.xml --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index bd2e972..dfb7151 100644 --- a/pom.xml +++ b/pom.xml @@ -57,7 +57,7 @@ vault-repo - http://nexus.hc.to/content/repositories/pub_releases + http://nexus.hc.to/content/repositories/pub_releases/ From b38edb539d070bbc0fada9dec81bef8d8bbc67dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20Marczink=C3=B3?= Date: Sat, 31 Jul 2021 18:41:13 +0200 Subject: [PATCH 3/3] Fix build error if use Java 16 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index dfb7151..ca90350 100644 --- a/pom.xml +++ b/pom.xml @@ -57,7 +57,7 @@ vault-repo - http://nexus.hc.to/content/repositories/pub_releases/ + https://nexus.hc.to/content/repositories/pub_releases/