mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-10 22:17:13 -06:00
Fonts: added font license to maven pom
This commit is contained in:
@@ -60,3 +60,18 @@ flatlafPublish {
|
||||
artifactId = "flatlaf-fonts-jetbrains-mono"
|
||||
name = "FlatLaf JetBrains Mono Fonts Pack"
|
||||
}
|
||||
|
||||
publishing {
|
||||
publications {
|
||||
named<MavenPublication>( "maven" ) {
|
||||
pom {
|
||||
licenses {
|
||||
license {
|
||||
name.set( "SIL OPEN FONT LICENSE Version 1.1" )
|
||||
url.set( "https://choosealicense.com/licenses/ofl-1.1/" )
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user