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 1
1
import nl.littlerobots.vcu.plugin.resolver.VersionSelectors
2
2
3
3
plugins {
4
-
5
4
`maven- publish`
6
5
// trick: for the same plugin versions in all sub-modules
7
6
alias(libs.plugins.androidLibrary).apply (false )
@@ -78,29 +77,28 @@ kover {
78
77
}
79
78
}
80
79
81
-
82
80
centralPublisher {
83
81
credentials {
84
82
username = project.findProperty(" SONATYPE_USERNAME" )?.toString() ? : " "
85
83
password = project.findProperty(" SONATYPE_PASSWORD" )?.toString() ? : " "
86
84
}
87
-
85
+
88
86
projectInfo {
89
87
name = " openai-kotlin"
90
88
description = " OpenAI API KMP Client"
91
89
url = " https://github.com/tddworks/openai-kotlin"
92
-
90
+
93
91
license {
94
92
name = " The Apache Software License, Version 2.0"
95
93
url = " https://github.com/tddworks/openai-kotlin/blob/main/LICENSE"
96
94
}
97
-
95
+
98
96
developer {
99
97
id = " tddworks"
100
98
name = " itshan"
101
99
102
100
}
103
-
101
+
104
102
scm {
105
103
url = " https://github.com/tddworks/openai-kotlin"
106
104
connection = " scm:git:git://github.com/tddworks/openai-kotlin.git"
You can’t perform that action at this time.
0 commit comments