This is an automated email from the ASF dual-hosted git repository.
bdelacretaz pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-adapter-annotations-it.git
The following commit(s) were added to refs/heads/master by this push:
new 70dda6f SLING-2938 - remove the jdk 8 restriction, doesn't help for
the Sonar build phase
70dda6f is described below
commit 70dda6f8f58fab1b7158250a440c097107fe4cdf
Author: Bertrand Delacretaz <[email protected]>
AuthorDate: Thu Nov 5 18:15:42 2020 +0100
SLING-2938 - remove the jdk 8 restriction, doesn't help for the Sonar build
phase
---
.sling-module.json | 5 -----
1 file changed, 5 deletions(-)
diff --git a/.sling-module.json b/.sling-module.json
deleted file mode 100644
index cbc4549..0000000
--- a/.sling-module.json
+++ /dev/null
@@ -1,5 +0,0 @@
-{
- "jenkins":{
- "jdks": [8]
- }
-}