CSC207-2022F-UofT / course-project-bill-gates

A bill recording software developed by team "Bill Gates."
9 stars 4 forks source link

[+] Added an auto-release GitHub Actions Script #103

Closed Lei-Tin closed 1 year ago

Lei-Tin commented 1 year ago

This script builds and creates a release whenever .github/workflows/gradle.yml is modified Also added a little bit of documentation for MySQLDatabaseGateway

Modified the initialize method of MySQLDatabaseGateway so that it reads config.properties inside the JAR file.