Added support for gradle and restructured the source code directory from src to src/main/java directory
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user