mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-08-30 17:17:55 +00:00
update configs with java setup
This commit is contained in:
15
.gitpod.yml
15
.gitpod.yml
@@ -1,4 +1,19 @@
|
||||
image:
|
||||
file: .gitpod.Dockerfile
|
||||
|
||||
ports:
|
||||
- port: 25565
|
||||
onOpen: notify
|
||||
|
||||
vscode:
|
||||
extensions:
|
||||
- eamodio.gitlens
|
||||
- github.vscode-pull-request-github
|
||||
- redhat.java
|
||||
- richardwillis.vscode-gradle
|
||||
- vscjava.vscode-java-debug
|
||||
|
||||
|
||||
tasks:
|
||||
- init: ./gradlew
|
||||
command: ./gradlew genSources
|
||||
|
Reference in New Issue
Block a user