commons-manifold: add attribute
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Johannes Frohnmeyer 2022-11-24 19:34:41 +01:00
parent dabd282ed7
commit 0ad972e469
Signed by: Johannes
GPG Key ID: E76429612C2929F4
1 changed files with 6 additions and 0 deletions

View File

@ -17,3 +17,9 @@ publishing {
}
}
}
tasks.jar {
manifest {
attributes(mapOf("Contains-Sources" to "java,class"))
}
}