This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
The following commit(s) were added to refs/heads/main by this push:
new a1d963d Use OpenJDK 11 when building with JitPack
a1d963d is described below
commit a1d963d3a56a8c53fc1a9264a315f60a1db1ae99
Author: Christoph Deppisch <[email protected]>
AuthorDate: Mon Feb 28 10:21:52 2022 +0100
Use OpenJDK 11 when building with JitPack
---
jitpack.yml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/jitpack.yml b/jitpack.yml
new file mode 100644
index 0000000..adb3fe1
--- /dev/null
+++ b/jitpack.yml
@@ -0,0 +1,2 @@
+jdk:
+ - openjdk11