Skip to content
Snippets Groups Projects
Commit 5343c061 authored by Leonard Haddad's avatar Leonard Haddad :rocket:
Browse files

Merge branch 'model' into 'master'

gradle javadoc working

See merge request reswp-2020/galaxytrucker!27
parents e3ca3d3b 0ea84ca3
No related branches found
No related tags found
No related merge requests found
......@@ -46,8 +46,18 @@ project(":desktop") {
implementation project(":core")
api "com.badlogicgames.gdx:gdx-backend-lwjgl:$gdxVersion"
api "com.badlogicgames.gdx:gdx-platform:$gdxVersion:natives-desktop"
// sqlite
compile group:'org.xerial', name:'sqlite-jdbc', version:'3.8.11.2'
// lombok
compileOnly 'org.projectlombok:lombok:1.18.12'
annotationProcessor 'org.projectlombok:lombok:1.18.12'
// h2 database
runtimeOnly 'com.h2database:h2'
// ormlite
compile group: 'com.j256.ormlite', name: 'ormlite-jdbc', version: '4.48'
compile 'com.j256.ormlite:ormlite-android:4.48'
compile 'com.j256.ormlite:ormlite-core:4.48'
compile group: 'com.h2database', name: 'h2', version: '1.4.199'
}
......
File deleted
File deleted
desktop/out/production/resources/badlogic.jpg

66.9 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment