We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4d4d40 commit c40d018Copy full SHA for c40d018
1 file changed
.gitpod.yml
@@ -5,7 +5,9 @@ tasks:
5
- before: |
6
export GRADLE_USER_HOME="/workspace/.gradle"
7
export M2_HOME="/workspace/.m2"
8
- - init: ./gradlew build
+ - init: |
9
+ git fetch --tags
10
+ ./gradlew build
11
12
jetbrains:
13
intellij:
0 commit comments