This is an automated email from the ASF dual-hosted git repository.
olli pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-groovy.git
The following commit(s) were added to refs/heads/master by this push:
new 9dba46f remove JDK 17 build until all bundles in Testing PaxExam are
ready for Java 17
9dba46f is described below
commit 9dba46fcef19779cb74118fa0e7e366c9210f085
Author: Oliver Lietz <[email protected]>
AuthorDate: Fri Jun 24 12:31:46 2022 +0200
remove JDK 17 build until all bundles in Testing PaxExam are ready for Java
17
---
.sling-module.json | 1 -
1 file changed, 1 deletion(-)
diff --git a/.sling-module.json b/.sling-module.json
index c4627e9..a48d11d 100644
--- a/.sling-module.json
+++ b/.sling-module.json
@@ -1,7 +1,6 @@
{
"jenkins": {
"jdks": [
- 17,
11,
8
]