Skip to content

Commit c68a597

Browse files
committed
-Minor changes
1 parent 838498d commit c68a597

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ buildscript {
1212
}
1313
plugins {
1414
id("java")
15-
id("maven-publish")
15+
`maven-publish`
1616
id("java-library")
1717
id("org.jetbrains.kotlin.jvm") version Versions.kotlinVersion
1818
`java-library`
@@ -55,7 +55,7 @@ java {
5555

5656
publishing {
5757
publications {
58-
register("maven", MavenPublication::class) {
58+
create<MavenPublication>("maven") {
5959
groupId = "mobi.appcent"
6060
artifactId = "ACMOpenAI-Android"
6161
version = "1.0.0"

0 commit comments

Comments
 (0)