mirror of
https://github.com/ethauvin/kobalt-doc.git
synced 2025-04-25 12:07:10 -07:00
use the correct manifest attribute for plugin class
This commit is contained in:
parent
aad8a8931b
commit
bfcc000c8d
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ Next, we want the manifest of our jar file to point to our main Kobalt plug-in c
|
|||
val packProject = packaging(project) {
|
||||
jar {
|
||||
manifest {
|
||||
attributes("Main-Class", "com.beust.kobalt.plugin.linecount.Main")
|
||||
attributes("Kobalt-Plugin-Class", "com.beust.kobalt.plugin.linecount.Main")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue