Files
ZeroEcho/lib/build.gradle
Leo Galambos db011ab6da 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>
2025-08-04 02:08:52 +02:00

16 lines
344 B
Groovy

plugins {
id 'buildlogic.java-library-conventions'
id 'com.palantir.git-version'
}
group 'org.egothor'
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")
}