| commit | 75a73c59c883012af1c313c39eecd790ee10af3d | [log] [tgz] |
|---|---|---|
| author | Radu Cotescu <radu@apache.org> | Tue May 27 17:01:48 2025 +0200 |
| committer | Radu Cotescu <radu@apache.org> | Tue May 27 17:01:48 2025 +0200 |
| tree | 9e78cf3d5ceafde038c4ff445f41c8fc9b39db98 | |
| parent | 943b4356689fdf3b94682f0defe5e78f148e8d8f [diff] |
SLING-12803 - Update the Scripting HTL Java Compile to the latest pom version * restrict builds to Java 17 and 21
diff --git a/.sling-module.json b/.sling-module.json new file mode 100644 index 0000000..cfad4d2 --- /dev/null +++ b/.sling-module.json
@@ -0,0 +1,5 @@ +{ + "jenkins": { + "jdks": [17, 21] + } +} \ No newline at end of file