From a3c38e1f25356e8210b50c6179e4e028ea3e812a Mon Sep 17 00:00:00 2001 From: Maged Elaasar Date: Mon, 18 Mar 2024 20:57:16 +0000 Subject: [PATCH] java 17 --- .gitpod.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .gitpod.yml diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 0000000..bb635d8 --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,11 @@ +# This configuration file was automatically generated by Gitpod. +# Please adjust to your needs (see https://www.gitpod.io/docs/introduction/learn-gitpod/gitpod-yaml) +# and commit this file to your remote git repository to share the goodness with others. + +# Learn more from ready-to-use templates: https://www.gitpod.io/docs/introduction/getting-started/quickstart + +tasks: + - init: sdk install java 17 + - init: ./gradlew build + +