File tree Expand file tree Collapse file tree 1 file changed +13
-15
lines changed
Expand file tree Collapse file tree 1 file changed +13
-15
lines changed Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments