Skip to content

Commit c40d018

Browse files
committed
Fetching tags on prebuild
1 parent d4d4d40 commit c40d018

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.gitpod.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ tasks:
55
- before: |
66
export GRADLE_USER_HOME="/workspace/.gradle"
77
export M2_HOME="/workspace/.m2"
8-
- init: ./gradlew build
8+
- init: |
9+
git fetch --tags
10+
./gradlew build
911
1012
jetbrains:
1113
intellij:

0 commit comments

Comments
 (0)