mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 14:55:50 +00:00
additional changes
This commit is contained in:
parent
82e66a948d
commit
7be682f90c
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ tasks.named('test') {
|
|||
useJUnitPlatform()
|
||||
}
|
||||
tasks.register('custom'){
|
||||
println("changed")
|
||||
println("changed...")
|
||||
}
|
||||
|
||||
tasks.named('custom') {dependsOn('build')
|
||||
|
|
Loading…
Reference in a new issue