We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38cad1e commit be6a49fCopy full SHA for be6a49f
build.gradle.kts
@@ -33,7 +33,7 @@ tasks.test {
33
useJUnitPlatform()
34
}
35
36
-tasks.withType<Jar> {
+tasks.withType<Jar>().configureEach {
37
manifest.attributes(
38
"Implementation-Title" to project.name,
39
"Implementation-Vendor" to "HiveMQ GmbH",
@@ -43,4 +43,4 @@ tasks.withType<Jar> {
43
license {
44
header = rootDir.resolve("HEADER")
45
mapping("java", "SLASHSTAR_STYLE")
46
-}
+}
settings.gradle.kts
@@ -5,4 +5,4 @@ pluginManagement {
5
id("com.github.hierynomus.license") version "${extra["plugin.license.version"]}"
6
id("com.github.sgtsilvio.gradle.utf8") version "${extra["plugin.utf8.version"]}"
7
8
0 commit comments