···11-# Eclipse
22-.classpath
33-.project
44-.settings/
11+# User-specific stuff
22+.idea/
5366-# Intellij
77-.idea/
84*.iml
55+*.ipr
96*.iws
1071111-# Mac
1212-.DS_Store
88+# IntelliJ
99+out/
1010+# mpeltonen/sbt-idea plugin
1111+.idea_modules/
13121414-# Maven
1515-log/
1616-target/
1313+# JIRA plugin
1414+atlassian-ide-plugin.xml
17151816# Compiled class file
1917*.class
···2119# Log file
2220*.log
23212222+# BlueJ files
2323+*.ctxt
2424+2425# Package Files #
2526*.jar
2627*.war
2728*.nar
2829*.ear
3030+*.zip
3131+*.tar.gz
3232+*.rar
29333034# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
3135hs_err_pid*
3232-/.sdkmanrc
3636+3737+*~
3838+3939+# temporary files which can be created if a process still has a handle open of a deleted file
4040+.fuse_hidden*
4141+4242+# KDE directory preferences
4343+.directory
4444+4545+# Linux trash folder which might appear on any partition or disk
4646+.Trash-*
4747+4848+# .nfs files are created when an open file is removed but is still being accessed
4949+.nfs*
5050+5151+# General
5252+.DS_Store
5353+.AppleDouble
5454+.LSOverride
5555+5656+# Icon must end with two \r
5757+Icon
5858+5959+# Thumbnails
6060+._*
6161+6262+# Files that might appear in the root of a volume
6363+.DocumentRevisions-V100
6464+.fseventsd
6565+.Spotlight-V100
6666+.TemporaryItems
6767+.Trashes
6868+.VolumeIcon.icns
6969+.com.apple.timemachine.donotpresent
7070+7171+# Directories potentially created on remote AFP share
7272+.AppleDB
7373+.AppleDesktop
7474+Network Trash Folder
7575+Temporary Items
7676+.apdisk
7777+7878+# Windows thumbnail cache files
7979+Thumbs.db
8080+Thumbs.db:encryptable
8181+ehthumbs.db
8282+ehthumbs_vista.db
8383+8484+# Dump file
8585+*.stackdump
33863434-# Gradle
8787+# Folder config file
8888+[Dd]esktop.ini
8989+9090+# Recycle Bin used on file shares
9191+$RECYCLE.BIN/
9292+9393+# Windows Installer files
9494+*.cab
9595+*.msi
9696+*.msix
9797+*.msm
9898+*.msp
9999+100100+# Windows shortcuts
101101+*.lnk
3510236103.gradle
37104build/
···4411145112**/build/
461134747-!gradle-wrapper.jar
114114+# Common working directory
115115+run/
116116+117117+# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
118118+!gradle-wrapper.jar
···11+@rem
22+@rem Copyright 2015 the original author or authors.
33+@rem
44+@rem Licensed under the Apache License, Version 2.0 (the "License");
55+@rem you may not use this file except in compliance with the License.
66+@rem You may obtain a copy of the License at
77+@rem
88+@rem https://www.apache.org/licenses/LICENSE-2.0
99+@rem
1010+@rem Unless required by applicable law or agreed to in writing, software
1111+@rem distributed under the License is distributed on an "AS IS" BASIS,
1212+@rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1313+@rem See the License for the specific language governing permissions and
1414+@rem limitations under the License.
1515+@rem
1616+@rem SPDX-License-Identifier: Apache-2.0
1717+@rem
1818+1919+@if "%DEBUG%"=="" @echo off
2020+@rem ##########################################################################
2121+@rem
2222+@rem Gradle startup script for Windows
2323+@rem
2424+@rem ##########################################################################
2525+2626+@rem Set local scope for the variables with windows NT shell
2727+if "%OS%"=="Windows_NT" setlocal
2828+2929+set DIRNAME=%~dp0
3030+if "%DIRNAME%"=="" set DIRNAME=.
3131+@rem This is normally unused
3232+set APP_BASE_NAME=%~n0
3333+set APP_HOME=%DIRNAME%
3434+3535+@rem Resolve any "." and ".." in APP_HOME to make it shorter.
3636+for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi
3737+3838+@rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
3939+set DEFAULT_JVM_OPTS="-Xmx64m" "-Xms64m"
4040+4141+@rem Find java.exe
4242+if defined JAVA_HOME goto findJavaFromJavaHome
4343+4444+set JAVA_EXE=java.exe
4545+%JAVA_EXE% -version >NUL 2>&1
4646+if %ERRORLEVEL% equ 0 goto execute
4747+4848+echo. 1>&2
4949+echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. 1>&2
5050+echo. 1>&2
5151+echo Please set the JAVA_HOME variable in your environment to match the 1>&2
5252+echo location of your Java installation. 1>&2
5353+5454+goto fail
5555+5656+:findJavaFromJavaHome
5757+set JAVA_HOME=%JAVA_HOME:"=%
5858+set JAVA_EXE=%JAVA_HOME%/bin/java.exe
5959+6060+if exist "%JAVA_EXE%" goto execute
6161+6262+echo. 1>&2
6363+echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% 1>&2
6464+echo. 1>&2
6565+echo Please set the JAVA_HOME variable in your environment to match the 1>&2
6666+echo location of your Java installation. 1>&2
6767+6868+goto fail
6969+7070+:execute
7171+@rem Setup the command line
7272+7373+set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar
7474+7575+7676+@rem Execute Gradle
7777+"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %*
7878+7979+:end
8080+@rem End local scope for the variables with windows NT shell
8181+if %ERRORLEVEL% equ 0 goto mainEnd
8282+8383+:fail
8484+rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
8585+rem the _cmd.exe /c_ return code!
8686+set EXIT_CODE=%ERRORLEVEL%
8787+if %EXIT_CODE% equ 0 set EXIT_CODE=1
8888+if not ""=="%GRADLE_EXIT_CONSOLE%" exit %EXIT_CODE%
8989+exit /b %EXIT_CODE%
9090+9191+:mainEnd
9292+if "%OS%"=="Windows_NT" endlocal
9393+9494+:omega
+5
settings.gradle
···11+/*
22+ * This file was generated by the Gradle 'init' task.
33+ */
44+55+rootProject.name = 'EvalEx'