summaryrefslogtreecommitdiff
path: root/javaEE/hello_sdl_java_ee/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'javaEE/hello_sdl_java_ee/build.gradle')
-rw-r--r--javaEE/hello_sdl_java_ee/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/javaEE/hello_sdl_java_ee/build.gradle b/javaEE/hello_sdl_java_ee/build.gradle
index 5c1b1eb70..105285adf 100644
--- a/javaEE/hello_sdl_java_ee/build.gradle
+++ b/javaEE/hello_sdl_java_ee/build.gradle
@@ -20,7 +20,7 @@ configurations {
dependencies {
extraLibs fileTree(dir: 'libs', include: ['*.jar'])
//testCompile group: 'junit', name: 'junit', version: '4.12'
- extraLibs project(path: ':sdl_java_ee')
+ extraLibs project(path: ':javaEE')
configurations.implementation.extendsFrom(configurations.extraLibs)
}