From 1e2c79ed65ed88d9a3a675506c9bc3c2086d85ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Zurcher?= Date: Wed, 27 Jan 2016 22:08:41 +0100 Subject: build.gradle: include **/libs/*.jar --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index e3ebb52..525e7e0 100644 --- a/build.gradle +++ b/build.gradle @@ -38,7 +38,7 @@ project(":desktop") { compile "com.badlogicgames.gdx:gdx-backend-lwjgl:$gdxVersion" compile "com.badlogicgames.gdx:gdx-platform:$gdxVersion:natives-desktop" compile "com.badlogicgames.gdx:gdx-freetype-platform:$gdxVersion:natives-desktop" - /* compile fileTree(dir: 'libs', include: '*.jar') */ + compile fileTree(dir: 'libs', include: '*.jar') } } @@ -57,7 +57,7 @@ project(":android") { natives "com.badlogicgames.gdx:gdx-freetype-platform:$gdxVersion:natives-armeabi" natives "com.badlogicgames.gdx:gdx-freetype-platform:$gdxVersion:natives-armeabi-v7a" natives "com.badlogicgames.gdx:gdx-freetype-platform:$gdxVersion:natives-x86" - /* compile fileTree(dir: 'libs', include: '*.jar') */ + compile fileTree(dir: 'libs', include: '*.jar') } } @@ -73,7 +73,7 @@ project(":core") { compile "com.badlogicgames.gdx:gdx:$gdxVersion" compile "com.badlogicgames.gdx:gdx-freetype:$gdxVersion" testCompile "junit:junit:+" - /* compile fileTree(dir: 'libs', include: '*.jar') */ + compile fileTree(dir: 'libs', include: '*.jar') } } -- cgit v1.1-2-g2b99