Skip to content

Instantly share code, notes, and snippets.

@kmansoft
Created August 11, 2016 22:28
Show Gist options
  • Save kmansoft/fa789b93c96a5390d79d999f6a4d568e to your computer and use it in GitHub Desktop.
Save kmansoft/fa789b93c96a5390d79d999f6a4d568e to your computer and use it in GitHub Desktop.
Build.gradle for dnsjava
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