Update SigScript
Co-authored-by: r3cp3ct <45179536+r3cp3ct@users.noreply.github.com> Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
This commit is contained in:
parent
96304c507e
commit
14dd0b427f
@ -1,7 +1,7 @@
|
||||
#Builds and runs the project.
|
||||
#Java
|
||||
source ${LANGUAGE}/scripts/version_info
|
||||
javac -source ${SOURCE_VERSION} -target ${TARGET_VERSION} -Xlint:unchecked -cp "${CLASS_PATH}" -d ${OUT_DIR} ${PROJECT_DIR}/*.java
|
||||
javac -source ${SOURCE_VERSION} -target ${TARGET_VERSION} -Xlint:unchecked -cp ${CLASS_PATH} -d ${OUT_DIR} ${PROJECT_DIR}/*.java
|
||||
printf "\n\n\nRunning Program...\n\n"
|
||||
ORIGINAL_LOC=$(pwd)
|
||||
cd $OUT_DIR
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
build.sh:947a32eaed85aa23e589b1c70523a00b -
|
||||
clean.sh:96ce35f2d2dcb555421e00a6afda23ca -
|
||||
build.sh:22308eae5fd9c88aa16fef54cf03ae21 -
|
||||
clean.sh:668a2f9b568c55f6a044a509315032f6 -
|
||||
commit.sh:5e4448db9ad48e72ec3a1ff4f5763b41 -
|
||||
jar.sh:56f9b7c6dc8e85f28ffefe9ce82b1f07 -
|
||||
jar.sh:99c7520b5eb08be888ce3c91784e5462 -
|
||||
update.sh:3be721658983183efa395984acd96b03 -
|
||||
|
||||
4
sig
4
sig
@ -1,3 +1,5 @@
|
||||
export AUTO_UPDATE=true
|
||||
|
||||
source utils/define.sh
|
||||
|
||||
define PROJECT_NAME "RabiClone"
|
||||
@ -8,6 +10,4 @@ define LIBRARY_PATH "../lib"
|
||||
define CLASS_PATH "${PROJECT_DIR}/..:lib/bin"
|
||||
define LANGUAGE "Java"
|
||||
|
||||
define AUTO_UPDATE false
|
||||
|
||||
source utils/main.sh
|
||||
Loading…
x
Reference in New Issue
Block a user