mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2025-06-12 10:35:03 +00:00
test
This commit is contained in:
parent
52b20dd9da
commit
716a9098d2
10
build.gradle
10
build.gradle
@ -563,4 +563,14 @@ tasks.named('bootRun') {
|
||||
doFirst {
|
||||
println "Delegating to :stirling-pdf:bootRun"
|
||||
}
|
||||
}
|
||||
|
||||
tasks.named('build') {
|
||||
group = 'build'
|
||||
description = 'Delegates to :stirling-pdf:build'
|
||||
dependsOn ':stirling-pdf:build'
|
||||
|
||||
doFirst {
|
||||
println "Delegating to :stirling-pdf:build"
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user