From b367fd21c5008df196db01824dbc2aed60ea4d3f Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Thu, 12 Nov 2020 12:11:18 +0600 Subject: [PATCH] update publishing scripts --- bot/pubconf.kpsb | 2 +- bot/publish.gradle | 2 +- plugin/pubconf.kpsb | 2 +- plugin/publish.gradle | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bot/pubconf.kpsb b/bot/pubconf.kpsb index 4657aab..d463863 100644 --- a/bot/pubconf.kpsb +++ b/bot/pubconf.kpsb @@ -1 +1 @@ -{"bintrayConfig":{"repo":"PlaguBot Bot","packageName":"${project.name}","packageVcs":"https://github.com/InsanusMokrassar/PlaguBot","autoPublish":true,"overridePublish":true},"licenses":[{"id":"Apache-2.0","title":"Apache Software License 2.0","url":"https://github.com/InsanusMokrassar/PlaguBot/LICENSE"}],"mavenConfig":{"name":"PlaguBot ${project.name}","description":"","url":"https://github.com/InsanusMokrassar/PlaguBot","vcsUrl":"ssh://git@github.com/InsanusMokrassar/PlaguBot.git","developers":[{"id":"InsanusMokrassar","name":"Aleksei Ovsiannikov","eMail":"ovsyannikov.alexey95@gmail.com"}]},"type":"JVM"} \ No newline at end of file +{"bintrayConfig":{"repo":"PlaguBot","packageName":"${project.name}","packageVcs":"https://github.com/InsanusMokrassar/PlaguBot","autoPublish":true,"overridePublish":true},"licenses":[{"id":"Apache-2.0","title":"Apache Software License 2.0","url":"https://github.com/InsanusMokrassar/PlaguBot/LICENSE"}],"mavenConfig":{"name":"PlaguBot ${project.name}","description":"","url":"https://github.com/InsanusMokrassar/PlaguBot","vcsUrl":"ssh://git@github.com/InsanusMokrassar/PlaguBot.git","developers":[{"id":"InsanusMokrassar","name":"Aleksei Ovsiannikov","eMail":"ovsyannikov.alexey95@gmail.com"}]},"type":"JVM"} \ No newline at end of file diff --git a/bot/publish.gradle b/bot/publish.gradle index bae30ed..967b63e 100644 --- a/bot/publish.gradle +++ b/bot/publish.gradle @@ -22,7 +22,7 @@ bintray { override = true pkg { - repo = "PlaguBot Bot" + repo = "PlaguBot" name = "${project.name}" vcsUrl = "https://github.com/InsanusMokrassar/PlaguBot" licenses = ["Apache-2.0"] diff --git a/plugin/pubconf.kpsb b/plugin/pubconf.kpsb index 31beb06..d463863 100644 --- a/plugin/pubconf.kpsb +++ b/plugin/pubconf.kpsb @@ -1 +1 @@ -{"bintrayConfig":{"repo":"PlaguBot Plugin","packageName":"${project.name}","packageVcs":"https://github.com/InsanusMokrassar/PlaguBot","autoPublish":true,"overridePublish":true},"licenses":[{"id":"Apache-2.0","title":"Apache Software License 2.0","url":"https://github.com/InsanusMokrassar/PlaguBot/LICENSE"}],"mavenConfig":{"name":"PlaguBot ${project.name}","description":"","url":"https://github.com/InsanusMokrassar/PlaguBot","vcsUrl":"ssh://git@github.com/InsanusMokrassar/PlaguBot.git","developers":[{"id":"InsanusMokrassar","name":"Aleksei Ovsiannikov","eMail":"ovsyannikov.alexey95@gmail.com"}]},"type":"JVM"} \ No newline at end of file +{"bintrayConfig":{"repo":"PlaguBot","packageName":"${project.name}","packageVcs":"https://github.com/InsanusMokrassar/PlaguBot","autoPublish":true,"overridePublish":true},"licenses":[{"id":"Apache-2.0","title":"Apache Software License 2.0","url":"https://github.com/InsanusMokrassar/PlaguBot/LICENSE"}],"mavenConfig":{"name":"PlaguBot ${project.name}","description":"","url":"https://github.com/InsanusMokrassar/PlaguBot","vcsUrl":"ssh://git@github.com/InsanusMokrassar/PlaguBot.git","developers":[{"id":"InsanusMokrassar","name":"Aleksei Ovsiannikov","eMail":"ovsyannikov.alexey95@gmail.com"}]},"type":"JVM"} \ No newline at end of file diff --git a/plugin/publish.gradle b/plugin/publish.gradle index daaa88a..967b63e 100644 --- a/plugin/publish.gradle +++ b/plugin/publish.gradle @@ -22,7 +22,7 @@ bintray { override = true pkg { - repo = "PlaguBot Plugin" + repo = "PlaguBot" name = "${project.name}" vcsUrl = "https://github.com/InsanusMokrassar/PlaguBot" licenses = ["Apache-2.0"]