A mod that adds your armor to the hud modrinth.com/mod/simple-armor-hud
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: updated gradle-wrapper.jar and gradlew.bat

legoraft ffa2d56d e08d493b

+13 -12
gradle/wrapper/gradle-wrapper.jar

This is a binary file and will not be displayed.

+13 -12
gradlew.bat
··· 13 13 @rem See the License for the specific language governing permissions and 14 14 @rem limitations under the License. 15 15 @rem 16 + @rem SPDX-License-Identifier: Apache-2.0 17 + @rem 16 18 17 19 @if "%DEBUG%"=="" @echo off 18 20 @rem ########################################################################## ··· 43 45 %JAVA_EXE% -version >NUL 2>&1 44 46 if %ERRORLEVEL% equ 0 goto execute 45 47 46 - echo. 47 - echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. 48 - echo. 49 - echo Please set the JAVA_HOME variable in your environment to match the 50 - echo location of your Java installation. 48 + echo. 1>&2 49 + echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. 1>&2 50 + echo. 1>&2 51 + echo Please set the JAVA_HOME variable in your environment to match the 1>&2 52 + echo location of your Java installation. 1>&2 51 53 52 54 goto fail 53 55 ··· 57 59 58 60 if exist "%JAVA_EXE%" goto execute 59 61 60 - echo. 61 - echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% 62 - echo. 63 - echo Please set the JAVA_HOME variable in your environment to match the 64 - echo location of your Java installation. 62 + echo. 1>&2 63 + echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% 1>&2 64 + echo. 1>&2 65 + echo Please set the JAVA_HOME variable in your environment to match the 1>&2 66 + echo location of your Java installation. 1>&2 65 67 66 68 goto fail 67 69 68 70 :execute 69 71 @rem Setup the command line 70 72 71 - set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar 72 73 73 74 74 75 @rem Execute Gradle 75 - "%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %* 76 + "%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -jar "%APP_HOME%\gradle\wrapper\gradle-wrapper.jar" %* 76 77 77 78 :end 78 79 @rem End local scope for the variables with windows NT shell