changed Maven groupId to com.formdev and artifactId to flatlaf

This commit is contained in:
Karl Tauber
2019-10-08 13:25:59 +02:00
parent 57c9ffc2ba
commit 230bc28ddd
3 changed files with 11 additions and 6 deletions

View File

@@ -97,8 +97,8 @@ tasks {
publishing {
publications {
create<MavenPublication>( "maven" ) {
artifactId = "flatlaf-core"
groupId = "com.formdev.flatlaf"
artifactId = "flatlaf"
groupId = "com.formdev"
from( components["java"] )
@@ -133,7 +133,7 @@ bintray {
with( pkg ) {
repo = "flatlaf"
name = "flatlaf-core"
name = "flatlaf"
setLicenses( "Apache-2.0" )
vcsUrl = "https://github.com/JFormDesigner/FlatLaf"