mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-10 22:17:13 -06: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