mirror of
https://github.com/Eyre-S/sekai-scores.git
synced 2024-11-22 11:14:56 +08:00
Eyre_S
2fd49d2bdb
- changed the target database from mysql to postgresql - so the db.table_prefix changed to db.struct. - added getAll on Difficulties type - renamed sekai-scores-db to sekai-meta - add a new resource file, it will be the next song data storage method.
5 lines
76 B
Groovy
5 lines
76 B
Groovy
rootProject.name = 'sekai-scores'
|
|
include 'sekai-cli'
|
|
include 'sekai-meta'
|
|
|