chore: Change packaging group ID

This commit is contained in:
m724 2025-10-31 12:18:54 +01:00
commit dc8cd39dea
Signed by untrusted user who does not match committer: m724
GPG key ID: A02E6E67AB961189
2 changed files with 1 additions and 11 deletions

View file

@ -6,7 +6,7 @@ plugins {
id("maven-publish")
}
group = "eu.m724.dn42"
group = "dn42.m724"
version = "0.0.1-SNAPSHOT"
repositories {
@ -32,11 +32,6 @@ kotlin {
val gpgme by creating
}
}
binaries {
executable {
entryPoint = "dn42.m724.auth.main"
}
}
}
sourceSets {

View file

@ -1,5 +0,0 @@
package dn42.m724.auth
fun main() {
TODO("usage example or something here")
}