Skip to content

feat: Publish on Maven Central#16

Merged
Aviortheking merged 10 commits intomasterfrom
Aviortheking-patch-1
Mar 11, 2026
Merged

feat: Publish on Maven Central#16
Aviortheking merged 10 commits intomasterfrom
Aviortheking-patch-1

Conversation

@Aviortheking
Copy link
Copy Markdown
Member

Add functionality to retrieve Git metadata for versioning

Comment thread build.gradle.kts
delete(rootProject.buildDir)
delete(project.buildDir)
}
} No newline at end of file
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [ktlint] standard:final-newline reported by reviewdog 🐶
File must end with a newline (\n)

Comment thread library/build.gradle.kts
fun String.runCommand(
workingDir: File = File("."),
timeoutAmount: Long = 60,
timeoutUnit: TimeUnit = TimeUnit.SECONDS
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [ktlint] standard:trailing-comma-on-declaration-site reported by reviewdog 🐶
Missing trailing comma before ")"

Comment thread library/build.gradle.kts
workingDir: File = File("."),
timeoutAmount: Long = 60,
timeoutUnit: TimeUnit = TimeUnit.SECONDS
): String = ProcessBuilder(split("\\s(?=(?:[^'\"`]*(['\"`])[^'\"`]*\\1)*[^'\"`]*$)".toRegex()))
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [ktlint] standard:multiline-expression-wrapping reported by reviewdog 🐶
A multiline expression should start on a new line

Comment thread library/build.gradle.kts
workingDir: File = File("."),
timeoutAmount: Long = 60,
timeoutUnit: TimeUnit = TimeUnit.SECONDS
): String = ProcessBuilder(split("\\s(?=(?:[^'\"`]*(['\"`])[^'\"`]*\\1)*[^'\"`]*$)".toRegex()))
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [ktlint] standard:function-signature reported by reviewdog 🐶
Newline expected before expression body

Comment thread library/build.gradle.kts

val libGroup = "com.dzeio"
val libArtifact = "crashhandler"
val libVersion = System.getenv("version") ?: tag.drop(1).ifEmpty {
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [ktlint] standard:multiline-expression-wrapping reported by reviewdog 🐶
A multiline expression should start on a new line

@Aviortheking Aviortheking changed the title Implement Git command execution for versioning feat: Publish on Maven Central Mar 11, 2026
@Aviortheking Aviortheking merged commit 6babbd9 into master Mar 11, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant