Skip to content

Commit 10181c3

Browse files
authored
feat: publish source and docs (#6)
1 parent e1c13a6 commit 10181c3

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

build.gradle.kts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ java {
88
toolchain {
99
languageVersion.set(JavaLanguageVersion.of(21))
1010
}
11+
withSourcesJar()
12+
withJavadocJar()
1113
}
1214

1315
val mockitoAgent = configurations.create("mockitoAgent")
@@ -61,4 +63,4 @@ publishing {
6163
}
6264
}
6365
}
64-
}
66+
}

0 commit comments

Comments
 (0)