Build process modification
feat: Javadoc footer improvement, deployment to a website chore: build process clean-up Signed-off-by: Leo Galambos <lg@hq.egothor.org>
This commit is contained in:
@@ -1,13 +1,16 @@
|
||||
plugins {
|
||||
id 'buildlogic.java-library-conventions'
|
||||
id 'com.palantir.git-version' version '4.0.0'
|
||||
id 'com.palantir.git-version'
|
||||
}
|
||||
|
||||
group 'org.egothor'
|
||||
version gitVersion(prefix:'release@')
|
||||
|
||||
dependencies {
|
||||
implementation 'org.bouncycastle:bcpkix-jdk18on'
|
||||
implementation 'org.egothor:conflux'
|
||||
implementation 'org.apache.commons:commons-imaging'
|
||||
}
|
||||
|
||||
javadoc {
|
||||
options.links("https://www.egothor.org/javadoc/conflux")
|
||||
}
|
||||
Reference in New Issue
Block a user