Created
August 11, 2016 22:28
-
-
Save kmansoft/fa789b93c96a5390d79d999f6a4d568e to your computer and use it in GitHub Desktop.
Build.gradle for dnsjava
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apply plugin: 'java' | |
sourceCompatibility = 1.6 | |
targetCompatibility = 1.6 | |
compileJava { | |
source = fileTree(dir: 'org', includes: ['xbill/DNS/*.java', 'xbill/DNS/utils/*.java'] ) | |
} | |
jar { | |
/* | |
manifest { | |
} | |
*/ | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment