mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2025-12-06 14:00:55 +03:00
gradle: fixed dependency of task ':flatlaf-core:signMavenPublication' (type 'Sign')
This commit is contained in:
@@ -78,6 +78,10 @@ tasks {
|
||||
dependsOn( "jarNoNatives" )
|
||||
}
|
||||
|
||||
withType<Sign>().configureEach {
|
||||
dependsOn( "jarNoNatives" )
|
||||
}
|
||||
|
||||
check {
|
||||
dependsOn( "sigtestCheck" )
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user