Skip to content

Commit a564ef7

Browse files
fixing appveyor build
1 parent 89f71ab commit a564ef7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ build_script:
1313
- ps: |-
1414
Write-Host -ForegroundColor Cyan "Building version: $($env:APPVEYOR_BUILD_VERSION)"
1515
choco install maven -version 3.3.9.1 -y
16-
$mvn = "C:\tools\apache-maven-3.3.9.1\bin\mvn.cmd"
16+
$mvn = "C:\tools\apache-maven-3.3.9\bin\mvn.cmd"
1717
&$mvn --batch-mode versions:set "-DnewVersion=$($env:APPVEYOR_BUILD_VERSION)"; if ($LASTEXITCODE -ne 0) { throw "Build failed" }
1818
&$mvn --batch-mode -P attach-artifacts clean install -P local-deploy; if ($LASTEXITCODE -ne 0) { throw "Build failed" }
1919
if ($env:APPVEYOR_REPO_BRANCH -eq "master" -and -not $env:APPVEYOR_PULL_REQUEST_NUMBER)

0 commit comments

Comments
 (0)