We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edec964 commit 5f95086Copy full SHA for 5f95086
build.gradle.kts
@@ -50,7 +50,7 @@ publishing {
50
51
create<MavenPublication>("release") {
52
from(components["java"])
53
- groupId = "com.github.eliasmeireles"
+ groupId = "com.github.softwareplace"
54
artifactId = "json-logger"
55
version = apiVersion
56
}
0 commit comments