@@ -10,8 +10,8 @@ plugins {
|
||||
id("me.champeau.jmh") version "0.7.2"
|
||||
}
|
||||
|
||||
group = "zip.luzey"
|
||||
version = "1.0.1-release"
|
||||
group = "cc.lunary"
|
||||
version = "1.1.1-release"
|
||||
|
||||
repositories {
|
||||
mavenLocal()
|
||||
@@ -88,7 +88,7 @@ publishing {
|
||||
create<MavenPublication>("jitpack") {
|
||||
from(components["java"])
|
||||
|
||||
groupId = "zip.luzey"
|
||||
groupId = "cc.lunary"
|
||||
artifactId = "tinyevents"
|
||||
version = project.version.toString()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user