mirror of
https://github.com/revanced/revanced-cli.git
synced 2024-12-11 20:57:49 +01:00
build: remove manifest attributes
This commit is contained in:
parent
1c5983b803
commit
5a7cadd96d
@ -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()
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user