mirror of
https://github.com/actions/runner-images.git
synced 2025-12-12 12:06:59 +00:00
Update cobertura link (#5502)
This commit is contained in:
committed by
GitHub
parent
54dc44b7a2
commit
75a62205e9
@@ -148,7 +148,7 @@ setx M2_REPO $m2_repo /M
|
||||
setx MAVEN_OPTS $maven_opts /M
|
||||
|
||||
# Download cobertura jars
|
||||
$uri = 'https://downloads.sourceforge.net/project/cobertura/cobertura/2.1.1/cobertura-2.1.1-bin.zip'
|
||||
$uri = 'https://repo1.maven.org/maven2/net/sourceforge/cobertura/cobertura/2.1.1/cobertura-2.1.1-bin.zip'
|
||||
$coberturaPath = "C:\cobertura-2.1.1"
|
||||
|
||||
$archivePath = Start-DownloadWithRetry -Url $uri -Name "cobertura.zip"
|
||||
|
||||
Reference in New Issue
Block a user