diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index cc17ff805..a72f83bd4 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -8,13 +8,16 @@ jobs:
strategy:
matrix:
java:
- - 17
- 21
+ - 22
+ - 23
+ - 24-ea
steps:
- uses: actions/checkout@v2
- - uses: actions/setup-java@v1
+ - uses: actions/setup-java@v3
with:
java-version: ${{ matrix.java }}
+ distribution: temurin
- name: Maven Download
run: ./mvnw -V -B dependency:go-offline
- name: Maven Install
diff --git a/airbase/pom.xml b/airbase/pom.xml
index 6b0eaf2ca..97ad418d6 100644
--- a/airbase/pom.xml
+++ b/airbase/pom.xml
@@ -777,6 +777,10 @@
org.assertj.core.api.AssertionsForInterfaceTypes.*
+
+
+ project.description
+