Skip to content

Commit a263eab

Browse files
committed
Remove IntelliJ warmup
1 parent 64e1251 commit a263eab

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

.gitpod.yml

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,13 @@ tasks:
88
export TERM=dumb
99
fi
1010
11-
# disable Gradle auto-reload in IntelliJ
12-
xmlstarlet ed --inplace -u '//option[@name="autoReloadType"]/@value' -v 'NONE' .idea/workspace.xml
13-
1411
# run standard gradle build
1512
./gradlew localDistro
1613
17-
command: |
18-
# re-enable Gradle auto-reload in IntelliJ
19-
xmlstarlet ed --inplace -u '//option[@name="autoReloadType"]/@value' -v 'SELECTIVE' .idea/workspace.xml
20-
21-
jetbrains:
22-
intellij:
23-
prebuilds:
24-
version: stable
14+
#jetbrains:
15+
# intellij:
16+
# prebuilds:
17+
# version: stable
2518

2619
vscode:
2720
extensions:

0 commit comments

Comments
 (0)