This is an automated email from the ASF dual-hosted git repository.
dklco pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-app-cms.git
The following commit(s) were added to refs/heads/master by this push:
new e8fa804 Fixing the GitPod configuration
e8fa804 is described below
commit e8fa804946cdacbe3d65c5479a4149b44cd72537
Author: Dan Klco <[email protected]>
AuthorDate: Thu Oct 29 08:33:21 2020 -0400
Fixing the GitPod configuration
---
.gitpod.Dockerfile | 2 +-
.gitpod.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.gitpod.Dockerfile b/.gitpod.Dockerfile
index a651983..af88794 100644
--- a/.gitpod.Dockerfile
+++ b/.gitpod.Dockerfile
@@ -9,4 +9,4 @@ USER gitpod
#
# More information: https://www.gitpod.io/docs/42_config_docker/
RUN bash -c ". /home/gitpod/.sdkman/bin/sdkman-init.sh \
- && sdk install java 8.0.242.hs-adpt"
\ No newline at end of file
+ && sdk install java 11.0.9.hs-adpt"
\ No newline at end of file
diff --git a/.gitpod.yml b/.gitpod.yml
index 7a5fcd8..f48b4a4 100644
--- a/.gitpod.yml
+++ b/.gitpod.yml
@@ -1,5 +1,5 @@
tasks:
- - command: mvn install -DskipTests && java -jar
builder/target/org.apache.sling.cms.builder-*-SNAPSHOT.jar
+ - command: mvn install -DskipTests && java -jar
feature/target/org.apache.sling.cms-*-SNAPSHOT.jar
image:
file: .gitpod.Dockerfile
ports: