Skip to content

Commit

Permalink
enable gitpod
Browse files Browse the repository at this point in the history
  • Loading branch information
cbonami committed Nov 27, 2020
1 parent 198e172 commit 670b453
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
tasks:
- init: ./gradlew clean build
image:
file: .gitpod.Dockerfile

tasks:
- init: ./gradlew build
vscode:
extensions:
- [email protected]:LcphKtCbPTIScvq6ELiS8Q==
- [email protected]:8GFbvb1Hm4qGvvP4s6Yi5A==
8 changes: 8 additions & 0 deletions .theia/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
}
}

0 comments on commit 670b453

Please sign in to comment.