[wala] 02/04: d/build.gradle: Include `source` instead of `source/java` to scan for source files.

Kai-Chung Yan seamlik-guest at moszumanska.debian.org
Tue Feb 21 13:01:44 UTC 2017


This is an automated email from the git hooks/post-receive script.

seamlik-guest pushed a commit to branch master
in repository wala.

commit a40318ff307edaed2e074a412c24f5923f485c31
Author: Kai-Chung Yan (殷啟聰) <seamlikok at gmail.com>
Date:   Tue Feb 21 21:00:00 2017 +0800

    d/build.gradle: Include `source` instead of `source/java` to scan for source
    files.
---
 debian/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/build.gradle b/debian/build.gradle
index 172afdc..6b444e6 100644
--- a/debian/build.gradle
+++ b/debian/build.gradle
@@ -3,7 +3,7 @@ subprojects {
   group = 'com.ibm.wala'
   version = DEB_VERSION_UPSTREAM
   archivesBaseName = "wala-${name}"
-  sourceSets.main.java.srcDirs 'src', 'source/java'
+  sourceSets.main.java.srcDirs 'src', 'source'
   jar.manifest.from 'META-INF/MANIFEST.MF'
 }
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/wala.git



More information about the pkg-java-commits mailing list