Added builder, DataTracker and KeyValue #16
@ -2,3 +2,7 @@ dependencies {
|
|||||||
implementation 'org.postgresql:postgresql:42.5.0'
|
implementation 'org.postgresql:postgresql:42.5.0'
|
||||||
testImplementation 'com.google.code.gson:gson:2.10'
|
testImplementation 'com.google.code.gson:gson:2.10'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
test {
|
||||||
|
exclude 'fr/altarik/toolbox/database/**'
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user