mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-14 07:47:12 -06:00
support Java Platform Module System (JPMS) (issue #1)
This commit is contained in:
@@ -42,6 +42,8 @@ tasks {
|
||||
attributes( "Main-Class" to "com.formdev.flatlaf.demo.FlatLafDemo" )
|
||||
}
|
||||
|
||||
exclude( "META-INF/versions/**" )
|
||||
|
||||
// include all dependencies in jar
|
||||
from( {
|
||||
configurations.runtimeClasspath.get().filter { it.name.endsWith( "jar" ) }.map { zipTree( it ) }
|
||||
|
||||
Reference in New Issue
Block a user