Browse Source

Enables 'gradle eclipse' to create an eclipse setup

Andreas T. Meyer-Berg 7 năm trước cách đây
mục cha
commit
e44909817c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -55,7 +55,7 @@ jar {
 sourceSets {
     test {
         java {
-            srcDirs = ["src/tests"]
+            srcDir 'tests'
         }
         resources {
             srcDir 'res'