diff --git a/compiler-plugin/gradle.properties b/compiler-plugin/gradle.properties index 2f7d75d..8f4b11e 100644 --- a/compiler-plugin/gradle.properties +++ b/compiler-plugin/gradle.properties @@ -1 +1,3 @@ POM_ARTIFACT_ID=compiler-plugin +POM_NAME=TraceLog Compiler Plugin +POM_DESCRIPTION=Kotlin Compiler plugin for TraceLog diff --git a/gradle-plugin/gradle.properties b/gradle-plugin/gradle.properties index 561cca9..5096268 100644 --- a/gradle-plugin/gradle.properties +++ b/gradle-plugin/gradle.properties @@ -1,2 +1,4 @@ -POM_ARTIFACT_ID=gradle-plugin kotlin.stdlib.default.dependency=false +POM_ARTIFACT_ID=gradle-plugin +POM_NAME=TraceLog Gradle Plugin +POM_DESCRIPTION=Gradle plugin for TraceLog diff --git a/gradle.properties b/gradle.properties index ee97460..8c64813 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,6 +4,7 @@ kotlin.code.style=official GROUP=dev.msfjarvis.tracelog VERSION_NAME=0.2.0-SNAPSHOT # Maven central +POM_INCEPTION_YEAR=2023 RELEASE_SIGNING_ENABLED=true # POM URL config POM_URL=https://github.com/msfjarvis/tracelog diff --git a/runtime/gradle.properties b/runtime/gradle.properties index b43e909..12ff98e 100644 --- a/runtime/gradle.properties +++ b/runtime/gradle.properties @@ -1 +1,3 @@ POM_ARTIFACT_ID=runtime +POM_NAME=TraceLog Runtime +POM_DESCRIPTION=Annotations and public API for TraceLog