| commit | d831a619106136fec8dc8496852a4a264096a4b9 | [log] [tgz] |
|---|---|---|
| author | Oliver Lietz <olli@apache.org> | Fri Nov 04 23:24:30 2022 +0100 |
| committer | Oliver Lietz <olli@apache.org> | Thu Jul 13 01:19:42 2023 +0200 |
| tree | 34aa3dad633f08a1bfc5e0e02536ed89c6143e3c | |
| parent | c3cc60f80362effacee18d25b8dd8955bb7e0d19 [diff] |
build with Java 11 and 17
diff --git a/.sling-module.json b/.sling-module.json index c4627e9..3f2b4e4 100644 --- a/.sling-module.json +++ b/.sling-module.json
@@ -2,8 +2,7 @@ "jenkins": { "jdks": [ 17, - 11, - 8 + 11 ] } }