diff options
author | Clyhtsuriva <aimeric@adjutor.xyz> | 2021-06-26 13:44:18 +0200 |
---|---|---|
committer | Clyhtsuriva <aimeric@adjutor.xyz> | 2021-06-26 13:44:18 +0200 |
commit | 4ff84568723b1663b9e20f95535d3213f8d3e92e (patch) | |
tree | bfe965c0a184fdb706e0a3090af24fc9580419d3 | |
parent | 01796fd4f6160d57bbad26d66d5c1f6c1b6c83ad (diff) |
Modified compile.bat and run.bat to use maven.
-rw-r--r-- | compile.bat | 2 | ||||
-rw-r--r-- | run.bat | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/compile.bat b/compile.bat index 5bc7896..ddae61c 100644 --- a/compile.bat +++ b/compile.bat @@ -1 +1 @@ -javac -d bin src\musichub\business\*.java src\musichub\util\*.java src\musichub\main\*.java -encoding UTF-8
\ No newline at end of file +mvn compile
\ No newline at end of file @@ -1 +1 @@ -java -classpath bin musichub.main.Main
\ No newline at end of file +java -jar target/spoteezer-0.1.0.jar
\ No newline at end of file |