We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9131fb commit 6a94a83Copy full SHA for 6a94a83
build.gradle.kts
@@ -33,7 +33,7 @@ allprojects {
33
}
34
35
subprojects {
36
- version = "3.0.2-SNAPSHOT"
+ version = "3.1.0"
37
tasks.withType<Javadoc>().configureEach {
38
(options as? StandardJavadocDocletOptions)?.addStringOption(
39
"Xdoclint:all,-missing",
0 commit comments