Skip to content

Commit ee6f664

Browse files
authored
Fix: Upload to Maven Central and Gradle Plugin Portal (#87)
1 parent a68517e commit ee6f664

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ kotlinJvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "k
3131
kotlinAndroid = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
3232
kotlinDokka = { id = "org.jetbrains.dokka", version = "1.7.20" }
3333
pluginPortalPublish = { id = "com.gradle.plugin-publish", version = "0.21.0" }
34-
mavenPublish = { id = "com.vanniktech.maven.publish", version = "0.25.2" }
34+
mavenPublish = { id = "com.vanniktech.maven.publish", version = "0.23.2" }
3535
versionCheck = { id = "com.github.ben-manes.versions", version = "0.46.0" }
3636
androidApp = { id = "com.android.application", version.ref = "androidGradlePlugin"}
3737
androidLibrary = { id = "com.android.library", version.ref = "androidGradlePlugin"}

plugin/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ plugins {
1919
// To test the plugin:
2020
// > ./gradlew clean test
2121

22+
version = VERSION_NAME
23+
group = GROUP
24+
2225
java {
2326
sourceCompatibility = JavaVersion.VERSION_11
2427
targetCompatibility = JavaVersion.VERSION_11

0 commit comments

Comments
 (0)