mirror of
https://github.com/ReVanced/revanced-cli.git
synced 2026-01-23 19:21:07 +00:00
build: remove manifest attributes
This commit is contained in:
@@ -40,8 +40,6 @@ tasks {
|
|||||||
shadowJar {
|
shadowJar {
|
||||||
manifest {
|
manifest {
|
||||||
attributes("Main-Class" to "app.revanced.cli.main.MainKt")
|
attributes("Main-Class" to "app.revanced.cli.main.MainKt")
|
||||||
attributes("Implementation-Title" to project.name)
|
|
||||||
attributes("Implementation-Version" to project.version)
|
|
||||||
}
|
}
|
||||||
minimize()
|
minimize()
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user