Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 309 Bytes

libertyStop.md

File metadata and controls

19 lines (13 loc) · 309 Bytes

libertyStop task

Stop a Liberty server.

Parameters

See the Liberty server configuration properties for common server configuration.

Example

apply plugin: 'liberty'

liberty {
    server {
        name = 'myServer'
    }
}