diff options
| author | Clyhtsuriva <61652557+clyhtsuriva@users.noreply.github.com> | 2021-06-28 21:40:03 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-28 21:40:03 +0000 |
| commit | 1504d0255279133668b85f5c092f040a14fbc35f (patch) | |
| tree | 0c9b9e927aa4d5f35ccc07e45e8abd973b2bad08 /compile.bat | |
| parent | 48d56d9db8fe93f1e1799674fefabdfc677d2eb7 (diff) | |
| parent | 49196ae84aea338dbc6cd10f4d135e4b717cdd1f (diff) | |
| download | Spoteezer-1504d0255279133668b85f5c092f040a14fbc35f.tar.gz Spoteezer-1504d0255279133668b85f5c092f040a14fbc35f.tar.bz2 Spoteezer-1504d0255279133668b85f5c092f040a14fbc35f.zip | |
Merging develop to master.
Diffstat (limited to '')
| -rw-r--r-- | compile.bat | 2 |
1 files changed, 1 insertions, 1 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 |
