File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
instrumentation/oshi/library Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ plugins {
66dependencies {
77 library(" com.github.oshi:oshi-core:5.3.1" )
88
9- if (osdetector.os == " osx" && osdetector.arch == " aarch_64" && ! (findProperty(" testLatestDeps" ) as Boolean )) {
10- // 5.5.0 is the first version that works on arm mac
11- configurations.testRuntimeClasspath.get().resolutionStrategy.force(" com.github.oshi:oshi-core:5.5.0" )
12- }
13-
149 testImplementation(project(" :instrumentation:oshi:testing" ))
1510}
11+
12+ if (osdetector.os == " osx" && osdetector.arch == " aarch_64" && ! (findProperty(" testLatestDeps" ) as Boolean )) {
13+ // 5.5.0 is the first version that works on arm mac
14+ configurations.testRuntimeClasspath.get().resolutionStrategy.force(" com.github.oshi:oshi-core:5.5.0" )
15+ }
You can’t perform that action at this time.
0 commit comments