Skip to content

Commit 17f2d01

Browse files
committed
Add library plugin from micronaut
1 parent 54a67b6 commit 17f2d01

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

build.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ plugins {
22
java
33
jacoco
44
`maven-publish`
5+
id("io.micronaut.library") version "4.5.0"
56
}
67

78
group = "net.theevilreaper.vulpes.api"
@@ -12,6 +13,8 @@ java {
1213
languageVersion.set(JavaLanguageVersion.of(21))
1314
}
1415
withSourcesJar()
16+
withJavadocJar()
17+
1518
}
1619

1720
dependencies {

0 commit comments

Comments
 (0)