We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54030ad commit c25fbe8Copy full SHA for c25fbe8
build.bat
@@ -9,7 +9,7 @@ if [%PROTOBUF_INCLUDE_DIR%] == [] call:usage PROTOBUF_INCLUDE_DIR
9
10
set JBOSS_HOME=%cd%\infinispan-server-%INFINISPAN_VERSION%
11
set JBOSS_ZIP=infinispan-server-%INFINISPAN_VERSION%.zip
12
-set JBOSS_URL=http://download.jboss.org/infinispan/%INFINISPAN_VERSION%/%JBOSS_ZIP%
+set JBOSS_URL=https://github.com/infinispan/infinispan/releases/download/%INFINISPAN_VERSION%/%JBOSS_ZIP%
13
14
if not exist %JBOSS_HOME% (
15
if not exist %JBOSS_ZIP% (
0 commit comments