fix(release): add missing POM metadata

This commit is contained in:
Harsh Shandilya 2023-08-31 23:16:20 +05:30 committed by GitHub
parent d288179dad
commit b9cbb32cff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 1 deletions

View File

@ -1 +1,3 @@
POM_ARTIFACT_ID=compiler-plugin
POM_NAME=TraceLog Compiler Plugin
POM_DESCRIPTION=Kotlin Compiler plugin for TraceLog

View File

@ -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

View File

@ -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

View File

@ -1 +1,3 @@
POM_ARTIFACT_ID=runtime
POM_NAME=TraceLog Runtime
POM_DESCRIPTION=Annotations and public API for TraceLog