Skip to content

Commit c25fbe8

Browse files
committed
Fix download url for windows
1 parent 54030ad commit c25fbe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ if [%PROTOBUF_INCLUDE_DIR%] == [] call:usage PROTOBUF_INCLUDE_DIR
99

1010
set JBOSS_HOME=%cd%\infinispan-server-%INFINISPAN_VERSION%
1111
set JBOSS_ZIP=infinispan-server-%INFINISPAN_VERSION%.zip
12-
set JBOSS_URL=http://download.jboss.org/infinispan/%INFINISPAN_VERSION%/%JBOSS_ZIP%
12+
set JBOSS_URL=https://github.com/infinispan/infinispan/releases/download/%INFINISPAN_VERSION%/%JBOSS_ZIP%
1313

1414
if not exist %JBOSS_HOME% (
1515
if not exist %JBOSS_ZIP% (

0 commit comments

Comments
 (0)