Use gradle as a build tool

This commit is contained in:
destro174
2021-12-11 21:41:19 +01:00
parent 5b68a0cbb7
commit 2ce84244e8
4 changed files with 49 additions and 9 deletions
@@ -59,11 +59,7 @@ public class DatabaseConnection {
public static Connection getConnection() {
try {
instance.openConnection();
}
catch (SQLException e) {
e.printStackTrace();
}
catch (Exception e){
} catch (Exception e) {
e.printStackTrace();
}