File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 11import nl.littlerobots.vcu.plugin.resolver.VersionSelectors
22
33plugins {
4-
54 `maven- publish`
65 // trick: for the same plugin versions in all sub-modules
76 alias(libs.plugins.androidLibrary).apply (false )
@@ -78,29 +77,28 @@ kover {
7877 }
7978}
8079
81-
8280centralPublisher {
8381 credentials {
8482 username = project.findProperty(" SONATYPE_USERNAME" )?.toString() ? : " "
8583 password = project.findProperty(" SONATYPE_PASSWORD" )?.toString() ? : " "
8684 }
87-
85+
8886 projectInfo {
8987 name = " openai-kotlin"
9088 description = " OpenAI API KMP Client"
9189 url = " https://github.com/tddworks/openai-kotlin"
92-
90+
9391 license {
9492 name = " The Apache Software License, Version 2.0"
9593 url = " https://github.com/tddworks/openai-kotlin/blob/main/LICENSE"
9694 }
97-
95+
9896 developer {
9997 id = " tddworks"
10098 name = " itshan"
10199 email = " itshan@tddworks.com"
102100 }
103-
101+
104102 scm {
105103 url = " https://github.com/tddworks/openai-kotlin"
106104 connection = " scm:git:git://github.com/tddworks/openai-kotlin.git"
You can’t perform that action at this time.
0 commit comments