We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d364532 commit 60b8f21Copy full SHA for 60b8f21
.gitpod.Dockerfile
@@ -0,0 +1,7 @@
1
+FROM gitpod/workspace-full
2
+
3
+USER gitpod
4
5
+RUN bash -c ". /home/gitpod/.sdkman/bin/sdkman-init.sh && \
6
+ sdk install java 17.0.3-ms && \
7
+ sdk default java 17.0.3-ms"
.gitpod.yml
@@ -1,3 +1,6 @@
+image:
+ file: .gitpod.Dockerfile
additionalRepositories:
- url: https://github.com/apache/shenyu.git
checkoutLocation: backend
@@ -19,8 +22,6 @@ tasks:
19
22
- name: Setup backend
20
23
before: cd ../backend
21
24
init: |
- sdk install java 17.0.11.fx-zulu < /dev/null
- sdk default java 17.0.11.fx-zulu < /dev/null
25
mvn clean install -DskipTests
26
command: |
27
gp sync-done setup-backend
0 commit comments