diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index c8aeb3a..7e41c2f 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -15,10 +15,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v2
- - name: Set up JDK 1.8
- uses: actions/setup-java@v1
+ - uses: actions/checkout@v4
+ - name: Set up Java 8 JDK
+ uses: actions/setup-java@v4
with:
- java-version: 1.8
+ distribution: 'zulu'
+ java-version: 8
- name: Build with Maven
run: mvn -B package --file pom.xml
diff --git a/build.xml b/build.xml
deleted file mode 100644
index 1ed9973..0000000
--- a/build.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/pom.xml b/pom.xml
index 643aa79..57d7385 100644
--- a/pom.xml
+++ b/pom.xml
@@ -56,6 +56,15 @@
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+ 3.12.1
+
+
+ 1.8
+
+
org.apache.maven.plugins
maven-source-plugin