Files
ZeroEcho/lib/build.gradle
Leo Galambos 2e6664551e
Some checks failed
Release / release (push) Failing after 1m48s
fix: JavaDoc improvements
2025-08-04 23:43:23 +02:00

17 lines
406 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")
options.overview = file("src/main/javadoc/overview.html")
}