From bfcc000c8d31205eb02325ad434fc9f73f47954d Mon Sep 17 00:00:00 2001 From: jbnizet Date: Tue, 6 Oct 2015 21:50:03 +0200 Subject: [PATCH] use the correct manifest attribute for plugin class --- plug-in/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plug-in/index.html b/plug-in/index.html index 14ca7ae..c99d877 100644 --- a/plug-in/index.html +++ b/plug-in/index.html @@ -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") } } }