mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2025-12-06 14:00:55 +03:00
Demo: exclude module-info.class from JAR
This commit is contained in:
@@ -45,7 +45,7 @@ tasks {
|
|||||||
attributes( "Main-Class" to "com.formdev.flatlaf.demo.FlatLafDemo" )
|
attributes( "Main-Class" to "com.formdev.flatlaf.demo.FlatLafDemo" )
|
||||||
}
|
}
|
||||||
|
|
||||||
exclude( "META-INF/versions/**" )
|
exclude( "module-info.class" )
|
||||||
|
|
||||||
// include all dependencies in jar
|
// include all dependencies in jar
|
||||||
from( {
|
from( {
|
||||||
|
|||||||
Reference in New Issue
Block a user