Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 866 Bytes

README-build.md

File metadata and controls

14 lines (7 loc) · 866 Bytes

CITEKit packages and builds

Zipped packages with md5 and sha1 checksums can be manually downloaded here; to include a maven artifact in an automated build, use group org.homermultitext and package citekit.

gradle build system

This repository includes a gradle build file you can use to package maven artifacts.

The standard gradle buildArchives task makes a zip file with the citekit package ready for inclusion in a web site. To publish the artifact to a nexus repository, make a copy of the file localpub.gradle, set appropriate values for the variables defined there, and pass the name of the file as the pub property when invoking the standard gradle uploadArchives tasks. E.g.,

gradle -Ppub=localsettings.gradle uploadArchives