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
|
FlatLaf Change Log
|
||||||
==================
|
==================
|
||||||
|
|
||||||
|
## 0.11
|
||||||
|
|
||||||
|
- Changed Maven groupId to `com.formdev` and artifactId to `flatlaf`.
|
||||||
|
|
||||||
|
|
||||||
## 0.10
|
## 0.10
|
||||||
|
|
||||||
- Use new chevron arrows in "Flat Light" and "Flat Dark" themes, but keep
|
- Use new chevron arrows in "Flat Light" and "Flat Dark" themes, but keep
|
||||||
|
|||||||
@@ -28,13 +28,13 @@ Java 8 or newer.
|
|||||||
Download
|
Download
|
||||||
--------
|
--------
|
||||||
|
|
||||||
[  ](https://bintray.com/jformdesigner/flatlaf/flatlaf-core/_latestVersion)
|
[  ](https://bintray.com/jformdesigner/flatlaf/flatlaf/_latestVersion)
|
||||||
|
|
||||||
For Maven or Gradle use:
|
For Maven or Gradle use:
|
||||||
|
|
||||||
Repository: jcenter (https://jcenter.bintray.com/)
|
Repository: jcenter (https://jcenter.bintray.com/)
|
||||||
Group Id: com.formdev.flatlaf
|
Group Id: com.formdev
|
||||||
Artifact Id: flatlaf-core
|
Artifact Id: flatlaf
|
||||||
Version: 0.10
|
Version: 0.10
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -97,8 +97,8 @@ tasks {
|
|||||||
publishing {
|
publishing {
|
||||||
publications {
|
publications {
|
||||||
create<MavenPublication>( "maven" ) {
|
create<MavenPublication>( "maven" ) {
|
||||||
artifactId = "flatlaf-core"
|
artifactId = "flatlaf"
|
||||||
groupId = "com.formdev.flatlaf"
|
groupId = "com.formdev"
|
||||||
|
|
||||||
from( components["java"] )
|
from( components["java"] )
|
||||||
|
|
||||||
@@ -133,7 +133,7 @@ bintray {
|
|||||||
|
|
||||||
with( pkg ) {
|
with( pkg ) {
|
||||||
repo = "flatlaf"
|
repo = "flatlaf"
|
||||||
name = "flatlaf-core"
|
name = "flatlaf"
|
||||||
setLicenses( "Apache-2.0" )
|
setLicenses( "Apache-2.0" )
|
||||||
vcsUrl = "https://github.com/JFormDesigner/FlatLaf"
|
vcsUrl = "https://github.com/JFormDesigner/FlatLaf"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user