fluxo-kt/fluxo-mvi

View on GitHub
gradlew.bat

Summary

Maintainability
Test Coverage
Incorrect end of line character(s) found.
@rem
Incorrect end of line character(s) found.
@rem Copyright 2015 the original author or authors.
Incorrect end of line character(s) found.
@rem
Incorrect end of line character(s) found.
@rem Licensed under the Apache License, Version 2.0 (the "License");
Incorrect end of line character(s) found.
@rem you may not use this file except in compliance with the License.
Incorrect end of line character(s) found.
@rem You may obtain a copy of the License at
Incorrect end of line character(s) found.
@rem
Incorrect end of line character(s) found.
@rem https://www.apache.org/licenses/LICENSE-2.0
Incorrect end of line character(s) found.
@rem
Incorrect end of line character(s) found.
@rem Unless required by applicable law or agreed to in writing, software
Incorrect end of line character(s) found.
@rem distributed under the License is distributed on an "AS IS" BASIS,
Incorrect end of line character(s) found.
@rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
Incorrect end of line character(s) found.
@rem See the License for the specific language governing permissions and
Incorrect end of line character(s) found.
@rem limitations under the License.
Incorrect end of line character(s) found.
@rem
Incorrect end of line character(s) found.
 
Incorrect end of line character(s) found.
@if "%DEBUG%"=="" @echo off
Incorrect end of line character(s) found.
@rem ##########################################################################
Incorrect end of line character(s) found.
@rem
Incorrect end of line character(s) found.
@rem Gradle startup script for Windows
Incorrect end of line character(s) found.
@rem
Incorrect end of line character(s) found.
@rem ##########################################################################
Incorrect end of line character(s) found.
 
Incorrect end of line character(s) found.
@rem Set local scope for the variables with windows NT shell
Incorrect end of line character(s) found.
if "%OS%"=="Windows_NT" setlocal
Incorrect end of line character(s) found.
 
Incorrect end of line character(s) found.
set DIRNAME=%~dp0
Incorrect end of line character(s) found.
if "%DIRNAME%"=="" set DIRNAME=.
Incorrect end of line character(s) found.
@rem This is normally unused
Incorrect end of line character(s) found.
set APP_BASE_NAME=%~n0
Incorrect end of line character(s) found.
set APP_HOME=%DIRNAME%
Incorrect end of line character(s) found.
 
Incorrect end of line character(s) found.
@rem Resolve any "." and ".." in APP_HOME to make it shorter.
Incorrect end of line character(s) found.
for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi
Incorrect end of line character(s) found.
 
Incorrect end of line character(s) found.
@rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
Incorrect end of line character(s) found.
set DEFAULT_JVM_OPTS="-Xmx64m" "-Xms64m"
Incorrect end of line character(s) found.
 
Incorrect end of line character(s) found.
@rem Find java.exe
Incorrect end of line character(s) found.
if defined JAVA_HOME goto findJavaFromJavaHome
Incorrect end of line character(s) found.
 
Incorrect end of line character(s) found.
set JAVA_EXE=java.exe
Incorrect end of line character(s) found.
%JAVA_EXE% -version >NUL 2>&1
Incorrect end of line character(s) found.
if %ERRORLEVEL% equ 0 goto execute
Incorrect end of line character(s) found.
 
Incorrect end of line character(s) found.
echo.
Incorrect end of line character(s) found.
echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
Incorrect end of line character(s) found.
echo.
Incorrect end of line character(s) found.
echo Please set the JAVA_HOME variable in your environment to match the
Incorrect end of line character(s) found.
echo location of your Java installation.
Incorrect end of line character(s) found.
 
Incorrect end of line character(s) found.
goto fail
Incorrect end of line character(s) found.
 
Incorrect end of line character(s) found.
:findJavaFromJavaHome
Incorrect end of line character(s) found.
set JAVA_HOME=%JAVA_HOME:"=%
Incorrect end of line character(s) found.
set JAVA_EXE=%JAVA_HOME%/bin/java.exe
Incorrect end of line character(s) found.
 
Incorrect end of line character(s) found.
if exist "%JAVA_EXE%" goto execute
Incorrect end of line character(s) found.
 
Incorrect end of line character(s) found.
echo.
Incorrect end of line character(s) found.
echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
Incorrect end of line character(s) found.
echo.
Incorrect end of line character(s) found.
echo Please set the JAVA_HOME variable in your environment to match the
Incorrect end of line character(s) found.
echo location of your Java installation.
Incorrect end of line character(s) found.
 
Incorrect end of line character(s) found.
goto fail
Incorrect end of line character(s) found.
 
Incorrect end of line character(s) found.
:execute
Incorrect end of line character(s) found.
@rem Setup the command line
Incorrect end of line character(s) found.
 
Incorrect end of line character(s) found.
set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar
Incorrect end of line character(s) found.
 
Incorrect end of line character(s) found.
 
Incorrect end of line character(s) found.
@rem Execute Gradle
Incorrect end of line character(s) found.
"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %*
Incorrect end of line character(s) found.
 
Incorrect end of line character(s) found.
:end
Incorrect end of line character(s) found.
@rem End local scope for the variables with windows NT shell
Incorrect end of line character(s) found.
if %ERRORLEVEL% equ 0 goto mainEnd
Incorrect end of line character(s) found.
 
Incorrect end of line character(s) found.
:fail
Incorrect end of line character(s) found.
rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
Incorrect end of line character(s) found.
rem the _cmd.exe /c_ return code!
Incorrect end of line character(s) found.
set EXIT_CODE=%ERRORLEVEL%
Incorrect end of line character(s) found.
if %EXIT_CODE% equ 0 set EXIT_CODE=1
Incorrect end of line character(s) found.
if not ""=="%GRADLE_EXIT_CONSOLE%" exit %EXIT_CODE%
Incorrect end of line character(s) found.
exit /b %EXIT_CODE%
Incorrect end of line character(s) found.
 
Incorrect end of line character(s) found.
:mainEnd
Incorrect end of line character(s) found.
if "%OS%"=="Windows_NT" endlocal
Incorrect end of line character(s) found.
 
Incorrect end of line character(s) found.
:omega