Fixed Eclipse generating pointless warnings about facets

This commit is contained in:
Anuken
2017-08-09 14:59:31 -04:00
parent 09985e30fe
commit cd4014f86a
8 changed files with 23 additions and 22 deletions
+3 -1
View File
@@ -50,6 +50,7 @@ project(":html") {
dependencies {
compile project(":core")
compile fileTree(dir: '../core/lib', include: '*.jar')
compile "com.badlogicgames.gdx:gdx-backend-gwt:$gdxVersion"
compile "com.badlogicgames.gdx:gdx:$gdxVersion:sources"
compile "com.badlogicgames.gdx:gdx-backend-gwt:$gdxVersion:sources"
@@ -78,7 +79,8 @@ project(":core") {
apply plugin: "java"
dependencies {
compile fileTree(dir: '../core/lib', include: '*.jar')
//compile fileTree(dir: '../core/lib', include: '*.jar')
compile 'com.github.anuken:ucore:b8222ac95e'
compile "com.badlogicgames.gdx:gdx:$gdxVersion"
compile "com.badlogicgames.gdx:gdx-ai:1.8.1"
}