2022-11-07 00:09:52 +01:00
|
|
|
dependencies {
|
2023-06-08 20:31:47 +02:00
|
|
|
implementation 'org.postgresql:postgresql:42.6.0'
|
2022-11-07 00:09:52 +01:00
|
|
|
testImplementation 'com.google.code.gson:gson:2.10'
|
2023-06-08 18:25:21 +02:00
|
|
|
implementation project(':Core')
|
2022-11-07 00:09:52 +01:00
|
|
|
}
|
2023-03-23 21:47:04 +01:00
|
|
|
|
|
|
|
test {
|
2023-06-08 20:31:47 +02:00
|
|
|
exclude 'fr/altarik/toolbox/database/**' // exclude for runner
|
2023-03-23 21:47:04 +01:00
|
|
|
}
|