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 f7a3aa8 commit 6bd0a71Copy full SHA for 6bd0a71
build.gradle.kts
@@ -70,7 +70,9 @@ gradle.projectsEvaluated {
70
minimize()
71
archiveBaseName = tasks.jar.get().archiveBaseName
72
manifest {
73
- from(tasks.jar.get().manifest)
+ attributes(
74
+ project.tasks.named("jar", Jar::class.java).map { it.manifest.attributes }.get()
75
+ )
76
}
77
78
} else {
0 commit comments