DevCharly commented on code in PR #6312:
URL: https://github.com/apache/jmeter/pull/6312#discussion_r4017841878
##########
src/bom-thirdparty/build.gradle.kts:
##########
@@ -146,5 +146,17 @@ dependencies {
api("xalan:serializer:2.7.3")
api("xalan:xalan:2.7.3")
api("xml-apis:xml-apis:1.4.01")
+ //FlatLaf: https://www.formdev.com/flatlaf/native-libraries/#gradle
+ val flatlafVersion = "3.7.2"
+ api("com.formdev:flatlaf:${flatlafVersion}" )
+ api("com.formdev:flatlaf:${flatlafVersion}:linux-x86_64@so")
+ api("com.formdev:flatlaf:${flatlafVersion}:macos-x86_64@dylib")
+ api("com.formdev:flatlaf:${flatlafVersion}:windows-x86_64@dll")
+ api("com.formdev:flatlaf-intellij-themes:${flatlafVersion}")
+ api("com.formdev:flatlaf-extras:${flatlafVersion}")
+ api("com.formdev:flatlaf-fonts-inter:4.1")
+ api("com.formdev:flatlaf-fonts-jetbrains-mono:2.304")
+ api("com.formdev:flatlaf-fonts-roboto:2.137")
+ api("com.formdev:flatlaf-fonts-roboto-mono:3.000")
Review Comment:
The FlatLaf fonts seems to be not used by this PR and could be removed IMO.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]