Финальный аккорд

This commit is contained in:
2026-06-09 23:19:54 +05:00
parent 908744b956
commit 4e949bf337
2 changed files with 19 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ plugins {
`maven-publish`
}
group = "ru.thiflict"
group = "ru.thiflict.binaryutils"
version = "1.0.0"
repositories {
@@ -25,7 +25,7 @@ tasks.test {
publishing {
publications {
create<MavenPublication>("maven") {
groupId = "ru.thiflict"
groupId = "ru.thiflict.binaryutils"
artifactId = "binary-utils"
version = "1.0.0"