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