Skip to content

Commit

Permalink
Revert to using TLD com.sainsburys
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmattking committed Aug 3, 2024
1 parent caa71eb commit 2a5142f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
id("com.vanniktech.maven.publish") version "0.29.0"
}

group = "com.sainsburys.k2zpl"
group = "com.sainsburys"
version = "0.1.0"

repositories {
Expand Down Expand Up @@ -36,7 +36,7 @@ publishing {
}
}
mavenPublishing {
coordinates("com.sainsburys.k2zpl", "k2zpl", "0.1.0")
coordinates("com.sainsburys", "k2zpl", "0.1.0")
pom {
name.set("k2zpl")
description.set("Kotlin DSL for ZPL (Zebra Programming Language)")
Expand Down

0 comments on commit 2a5142f

Please sign in to comment.