We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64e1251 commit e1feb34Copy full SHA for e1feb34
.gitpod.yml
@@ -9,6 +9,7 @@ tasks:
9
fi
10
11
# disable Gradle auto-reload in IntelliJ
12
+ cat .idea/workspace.xml
13
xmlstarlet ed --inplace -u '//option[@name="autoReloadType"]/@value' -v 'NONE' .idea/workspace.xml
14
15
# run standard gradle build
0 commit comments