Toolbox/Database/build.gradle
Quentin Legot c66067da8c
Some checks failed
/ build (17, ubuntu-latest) (push) Failing after 13m19s
Move builder to Core module and developed it a bit
2023-06-08 18:25:21 +02:00

9 lines
217 B
Groovy

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