9 lines
217 B
Groovy
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/**'
|
|
} |