Added semantic version annotations.
Added and updated license.
This commit is contained in:
parent
b71c488977
commit
9cf5ee8fbc
32 changed files with 1227 additions and 671 deletions
4
gradlew
vendored
4
gradlew
vendored
|
@ -56,9 +56,9 @@ while [ -h "$PRG" ] ; do
|
|||
fi
|
||||
done
|
||||
SAVED="`pwd`"
|
||||
cd "`dirname \"$PRG\"`/" >&-
|
||||
cd "`dirname \"$PRG\"`/" >/dev/null
|
||||
APP_HOME="`pwd -P`"
|
||||
cd "$SAVED" >&-
|
||||
cd "$SAVED" >/dev/null
|
||||
|
||||
CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue