Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
meysholdt committed Sep 27, 2024
1 parent c761067 commit 43055a8
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,21 @@

image:
file: .gitpod.Dockerfile

tasks:
- init: ./gradlew localDistro
- init: |
# force non-interactive terminal
export TERM=
# run standard gradle build
./gradlew localDistro
jetbrains:
intellij:
prebuilds:
version: stable

vscode:
extensions:
- vscjava.vscode-java-pack
- eamodio.gitlens

0 comments on commit 43055a8

Please sign in to comment.