File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -125,8 +125,9 @@ build_win_task:
125
125
depends_on :
126
126
- build
127
127
maven_cache :
128
- # windows cache is buggy if using ${CIRRUS_WORKING_DIR}
129
- folder : ~/.m2/repository
128
+ # windows cache is buggy if using ${CIRRUS_WORKING_DIR}
129
+ # Additionally "~" seems to resolve differently in the context of the cache and the context of the build_script below
130
+ folder : C:/.m2/repository
130
131
build_script :
131
132
- git config --global core.autocrlf input
132
133
- git submodule update --init
@@ -136,7 +137,7 @@ build_win_task:
136
137
- cd -
137
138
- source cirrus-env CI
138
139
- unset SONARSOURCE_QA
139
- - mvn.cmd package -DskipTypeshed=true -DfailStubGenerationFast=true
140
+ - mvn.cmd package -Dmaven.repo.local=C:/.m2/repository - DskipTypeshed=true -DfailStubGenerationFast=true
140
141
141
142
ws_scan_task :
142
143
depends_on :
You can’t perform that action at this time.
0 commit comments