mirror of
https://github.com/ethauvin/kobalt-doc.git
synced 2025-04-26 04:17:11 -07:00
Merge pull request #1 from jnizet/fix/plugin-doc
use the correct manifest attribute for plugin class
This commit is contained in:
commit
53fedc1414
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) {
|
val packProject = packaging(project) {
|
||||||
jar {
|
jar {
|
||||||
manifest {
|
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