Update build.gradle.kts
This commit is contained in:
@@ -111,8 +111,8 @@ tasks.dokkaHtml.configure {
|
|||||||
|
|
||||||
bintray {
|
bintray {
|
||||||
|
|
||||||
user = project.findProperty("bintray.username") as String
|
user = project.findProperty("bintray.username") as? String ?: ""
|
||||||
key = project.findProperty("bintray.api_key") as String
|
key = project.findProperty("bintray.api_key") as? String ?: ""
|
||||||
|
|
||||||
setPublications("KSpigot")
|
setPublications("KSpigot")
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user