Commit uncommitted changes

This commit is contained in:
Paul Schaub 2019-12-12 14:53:17 +01:00
parent 177d2c0cc9
commit 4b11b9efbb
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
29 changed files with 582 additions and 331 deletions

View file

@ -28,6 +28,12 @@ dependencies {
implementation 'com.j256.ormlite:ormlite-core:5.1'
implementation 'com.j256.ormlite:ormlite-jdbc:5.1'
implementation 'com.h2database:h2:1.4.197'
// Lombok
compile 'org.projectlombok:lombok:1.18.6'
annotationProcessor 'org.projectlombok:lombok:1.18.6'
testCompile 'junit:junit:4.12'
}
jfx {