Skip to content

Commit

Permalink
update compose plugin pom
Browse files Browse the repository at this point in the history
  • Loading branch information
cpacm committed Dec 30, 2024
1 parent 00ee757 commit 160b979
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions autotracker-gradle-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ gradlePlugin {

create("compose") {
id = "com.growingio.compose.plugin"
displayName = providers.gradleProperty("POM_KOTLIN_NAME").get()
description = providers.gradleProperty("POM_KOTLIN_DESCRIPTION").get()
implementationClass = "com.growingio.compose.plugin.GrowingKotlinCompilerGradlePlugin"
tags.set(listOf("growingio", "compose", "kotlin compiler plugin"))
}
Expand Down
2 changes: 2 additions & 0 deletions autotracker-gradle-plugin/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
POM_NAME=autotracker-gradle-plugin
POM_KOTLIN_NAME=autotracker-kotlin-plugin
POM_ARTIFACT_ID=autotracker-gradle-plugin
POM_PACKAGING=jar
POM_DESCRIPTION=GrowingIO Android SDK Gradle Plugin.
POM_KOTLIN_DESCRIPTION=GrowingIO Android SDK Compose Kotlin Plugin.


GROUP=com.growingio.android
Expand Down

0 comments on commit 160b979

Please sign in to comment.