mirror of
https://github.com/ethauvin/kobalt-doc.git
synced 2025-04-25 12:07:10 -07:00
Update to new format.
This commit is contained in:
parent
4d4007ab66
commit
cf00145b72
4 changed files with 54 additions and 51 deletions
|
@ -101,7 +101,7 @@ Next, we want the manifest of our jar file to point to our main Kobalt plug-in c
|
|||
</p>
|
||||
|
||||
<pre>
|
||||
val packProject = packaging(project) {
|
||||
packaging {
|
||||
jar {
|
||||
manifest {
|
||||
attributes("Kobalt-Plugin-Class", "com.beust.kobalt.plugin.linecount.Main")
|
||||
|
@ -150,7 +150,7 @@ If you go to the maven section of your bintray account, you will now see that th
|
|||
</p>
|
||||
|
||||
<pre>
|
||||
val jc = jcenter(project) {
|
||||
jcenter {
|
||||
publish = true
|
||||
}
|
||||
</pre>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue