Skip to content

Commit 6936106

Browse files
BrennanConroygithub-actions
authored andcommitted
fixup
1 parent ed6dbc7 commit 6936106

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

eng/helix/content/InstallJdk.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Remove-Item -Force -Recurse $tempDir -ErrorAction Ignore | out-null
4545
mkdir $tempDir -ea Ignore | out-null
4646
mkdir $installDir -ea Ignore | out-null
4747
Write-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
4949
Write-Host "Done downloading JDK ${JdkVersion}"
5050

5151
Add-Type -assembly "System.IO.Compression.FileSystem"

src/SignalR/clients/java/signalr/test/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ configurations {
99
dependencies {
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'

0 commit comments

Comments
 (0)