File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/SignalR/clients/java/signalr/test Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ Remove-Item -Force -Recurse $tempDir -ErrorAction Ignore | out-null
4545mkdir $tempDir - ea Ignore | out-null
4646mkdir $installDir - ea Ignore | out-null
4747Write-Host " Starting download of JDK ${JdkVersion} "
48- & $PSScriptRoot \Download.ps1 " https://netcorenativeassets.blob.core.windows.net/resource-packages/external/windows/java/microsoft-jdk-${JdkVersion} _windows -x64.zip" $tempDir / jdk.zip
48+ & $PSScriptRoot \Download.ps1 " https://netcorenativeassets.blob.core.windows.net/resource-packages/external/windows/java/microsoft-jdk-${JdkVersion} -windows -x64.zip" $tempDir / jdk.zip
4949Write-Host " Done downloading JDK ${JdkVersion} "
5050
5151Add-Type - assembly " System.IO.Compression.FileSystem"
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ configurations {
99dependencies {
1010 implementation ' org.junit.jupiter:junit-jupiter-params:5.11.2'
1111 testImplementation ' org.junit.jupiter:junit-jupiter:5.11.2'
12- testRuntimeOnly ' org.junit.platform:junit-platform-launcher'
12+ testRuntimeOnly ' org.junit.platform:junit-platform-launcher:5.11.2 '
1313 testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.11.2'
1414 implementation ' com.google.code.gson:gson:2.8.5'
1515 implementation ' ch.qos.logback:logback-classic:1.2.3'
You can’t perform that action at this time.
0 commit comments