Skip to content

Commit

Permalink
#93 - Use JDK17 in Gitpod.
Browse files Browse the repository at this point in the history
* Use lightweight Gitpod image providing JDK17

* Add small remark about browser preview in Gitpod

* Remove call to maven verify phase to speed up things for students
  • Loading branch information
andreasdomanowski authored Jan 11, 2024
1 parent 196ebc3 commit 5d9b33e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
image: gitpod/workspace-java-17
ports:
- port: 8080
onOpen: open-preview
tasks:
- init: ./mvnw clean verify
- name: Run Guestbook Application
command: ./mvnw spring-boot:run
vscode:
extensions:
Expand Down
3 changes: 2 additions & 1 deletion readme.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ http://gitpod.io/[GitPod] is a cloud IDE that allows you to work with a project

1. Click https://gitpod.io/#https://github.com/st-tu-dresden/guestbook[this link] to open the project in GitPod.
2. Wait for the build to finish (see progress in the console view).
3. Once the website opens in the embedded preview browser, the project is ready to be worked with.
3. Once the website opens in the embedded preview browser, the project is ready to be worked with.
You might need to click on the __Open in browser__ button besides the URL in the embededed preview browser.

=== Local machine

Expand Down

0 comments on commit 5d9b33e

Please sign in to comment.