mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 07:15: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()
|
useJUnitPlatform()
|
||||||
}
|
}
|
||||||
tasks.register('custom'){
|
tasks.register('custom'){
|
||||||
|
println("changed")
|
||||||
}
|
}
|
||||||
|
|
||||||
tasks.named('custom') {dependsOn('build')
|
tasks.named('custom') {dependsOn('build')
|
||||||
|
|
Loading…
Reference in a new issue