Toolbox/Database/build.gradle
2023-03-23 21:47:04 +01:00

8 lines
181 B
Groovy

dependencies {
implementation 'org.postgresql:postgresql:42.5.0'
testImplementation 'com.google.code.gson:gson:2.10'
}
test {
exclude 'fr/altarik/toolbox/database/**'
}