Added support for gradle and restructured the source code directory from src to src/main/java directory

This commit is contained in:
Pallavi
2018-07-15 10:59:40 -04:00
parent 7706b73d8c
commit d0e85431c5
31 changed files with 291 additions and 1 deletions

View File

@@ -36,6 +36,11 @@ Building from source:
4. You can build the distribution tarballs with 'ant dist'. You can run the tools directly from the build area (without building the jdnssec-tools.jar file) by using the ./bin/_jdnssec_* wrappers.
5. Build the project using gradle
./gradlew clean
./gradlew assemble -i
jar file gets generated in build/libs
The source for this project is available in git on github: https://github.com/dblacka/jdnssec-tools