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