mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2025-12-07 06:20:53 +03:00
changed Maven groupId to com.formdev and artifactId to flatlaf
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
FlatLaf Change Log
|
||||
==================
|
||||
|
||||
## 0.11
|
||||
|
||||
- Changed Maven groupId to `com.formdev` and artifactId to `flatlaf`.
|
||||
|
||||
|
||||
## 0.10
|
||||
|
||||
- Use new chevron arrows in "Flat Light" and "Flat Dark" themes, but keep
|
||||
|
||||
@@ -28,13 +28,13 @@ Java 8 or newer.
|
||||
Download
|
||||
--------
|
||||
|
||||
[  ](https://bintray.com/jformdesigner/flatlaf/flatlaf-core/_latestVersion)
|
||||
[  ](https://bintray.com/jformdesigner/flatlaf/flatlaf/_latestVersion)
|
||||
|
||||
For Maven or Gradle use:
|
||||
|
||||
Repository: jcenter (https://jcenter.bintray.com/)
|
||||
Group Id: com.formdev.flatlaf
|
||||
Artifact Id: flatlaf-core
|
||||
Group Id: com.formdev
|
||||
Artifact Id: flatlaf
|
||||
Version: 0.10
|
||||
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user