Compare commits

..

1 Commits

Author SHA1 Message Date
Karl Tauber
09c7f15364 Fonts: added missing description in POM (required for Maven Central) 2022-12-16 00:51:35 +01:00
3 changed files with 3 additions and 0 deletions

View File

@@ -65,6 +65,7 @@ tasks {
flatlafPublish { flatlafPublish {
artifactId = "flatlaf-fonts-inter" artifactId = "flatlaf-fonts-inter"
name = "FlatLaf Inter Fonts Pack" name = "FlatLaf Inter Fonts Pack"
description = "Flat Look and Feel Inter Fonts Pack"
} }
publishing { publishing {

View File

@@ -65,6 +65,7 @@ tasks {
flatlafPublish { flatlafPublish {
artifactId = "flatlaf-fonts-jetbrains-mono" artifactId = "flatlaf-fonts-jetbrains-mono"
name = "FlatLaf JetBrains Mono Fonts Pack" name = "FlatLaf JetBrains Mono Fonts Pack"
description = "Flat Look and Feel JetBrains Mono Fonts Pack"
} }
publishing { publishing {

View File

@@ -65,4 +65,5 @@ tasks {
flatlafPublish { flatlafPublish {
artifactId = "flatlaf-fonts-roboto" artifactId = "flatlaf-fonts-roboto"
name = "FlatLaf Roboto Fonts Pack" name = "FlatLaf Roboto Fonts Pack"
description = "Flat Look and Feel Roboto Fonts Pack"
} }