File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
src/main/java/io/specto/hoverfly/junit/core Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -183,6 +183,7 @@ task (updateHoverflyBinaries) {
183183 " $downloadUrl /$hoverfly_binary_version /hoverfly_bundle_linux_386.zip" ,
184184 " $downloadUrl /$hoverfly_binary_version /hoverfly_bundle_linux_amd64.zip" ,
185185 " $downloadUrl /$hoverfly_binary_version /hoverfly_bundle_OSX_amd64.zip" ,
186+ " $downloadUrl /$hoverfly_binary_version /hoverfly_bundle_OSX_arm64.zip" ,
186187 " $downloadUrl /$hoverfly_binary_version /hoverfly_bundle_windows_386.zip" ,
187188 " $downloadUrl /$hoverfly_binary_version /hoverfly_bundle_windows_amd64.zip"
188189 ])
Original file line number Diff line number Diff line change 11version =0.14.4-SNAPSHOT
22title =Hoverfly Java
33description =Hoverfly for Java. Capture and simulate HTTP(S) services in JUnit tests.
4- hoverfly_binary_version =v1.3.6
4+ hoverfly_binary_version =v1.3.7
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ SystemConfig createSystemConfig() {
3636 }
3737
3838 if (systemInfo .is64BitSystem ()) {
39- if (systemInfo .isOsLinux () && systemInfo . isArmArchitecture ()) {
39+ if (systemInfo .isArmArchitecture ()) {
4040 archType = ArchType .ARCH_ARM64 ;
4141 } else {
4242 archType = ArchType .ARCH_AMD64 ;
You can’t perform that action at this time.
0 commit comments