mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 23:05:49 +00:00
modify build
This commit is contained in:
parent
211cd311f0
commit
97202f0882
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ tasks.named('test') {
|
|||
useJUnitPlatform()
|
||||
}
|
||||
tasks.register('custom'){
|
||||
|
||||
println("changed")
|
||||
}
|
||||
|
||||
tasks.named('custom') {dependsOn('build')
|
||||
|
|
Loading…
Reference in a new issue