chore: Change packaging group ID
This commit is contained in:
parent
4aaab04de9
commit
dc8cd39dea
2 changed files with 1 additions and 11 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -1,5 +0,0 @@
|
|||
package dn42.m724.auth
|
||||
|
||||
fun main() {
|
||||
TODO("usage example or something here")
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue