We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9ee03f commit 6afacc6Copy full SHA for 6afacc6
1 file changed
build.gradle.kts
@@ -9,9 +9,8 @@ group = "net.sizovs"
9
version = project.findProperty("version") ?: "UNSPECIFIED"
10
11
plugins {
12
- java
+ `java-library`
13
jacoco
14
- signing
15
id("com.diffplug.spotless") version "6.12.0"
16
id("io.github.sgtsilvio.gradle.maven-central-publishing") version "0.4.1"
17
id("io.github.sgtsilvio.gradle.metadata") version "0.6.0"
@@ -65,10 +64,6 @@ signing {
65
64
}
66
67
tasks {
68
- withType<GenerateModuleMetadata> {
69
- enabled = false
70
- }
71
-
72
named<JacocoReport>("jacocoTestReport") {
73
reports {
74
xml.required.set(true)
0 commit comments