Skip to content

Commit 8953ab3

Browse files
committed
-Minor changes
1 parent c1200e4 commit 8953ab3

File tree

1 file changed

+13
-15
lines changed

1 file changed

+13
-15
lines changed

build.gradle.kts

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -53,25 +53,23 @@ java {
5353
withSourcesJar()
5454
}
5555

56-
afterEvaluate {
57-
publishing {
58-
publications {
59-
register("maven", MavenPublication::class) {
60-
groupId = "mobi.appcent"
61-
artifactId = "ACMOpenAI-Android"
62-
version = "1.0.0"
56+
publishing {
57+
publications {
58+
register("maven", MavenPublication::class) {
59+
groupId = "mobi.appcent"
60+
artifactId = "ACMOpenAI-Android"
61+
version = "1.0.0"
6362

64-
from(components["java"])
63+
from(components["java"])
6564

66-
pom {
67-
packaging = "jar"
68-
name.set("ACMOpenAI-Android")
69-
scm {
70-
url.set("https://github.com/AppcentMobile/ACMOpenAI-Android")
71-
}
65+
pom {
66+
packaging = "jar"
67+
name.set("ACMOpenAI-Android")
68+
scm {
69+
url.set("https://github.com/AppcentMobile/ACMOpenAI-Android")
7270
}
73-
7471
}
72+
7573
}
7674
}
7775
}

0 commit comments

Comments
 (0)