From 4ff84568723b1663b9e20f95535d3213f8d3e92e Mon Sep 17 00:00:00 2001 From: Clyhtsuriva Date: Sat, 26 Jun 2021 13:44:18 +0200 Subject: Modified compile.bat and run.bat to use maven. --- compile.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compile.bat') 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 -- cgit v1.2.3