Skip to content
This repository has been archived by the owner on Nov 18, 2021. It is now read-only.

Commit

Permalink
fixed ExecuteWildflyTask groovy example
Browse files Browse the repository at this point in the history
  • Loading branch information
Ingwersaft authored Nov 8, 2018
1 parent bb903f3 commit d4c642c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ The ExecuteWildflyTask let's you execute commands on the target cli
import com.mkring.wildlydeplyplugin.ExecuteWildflyTask
[...]
task("wildflyExecute", ExecuteWildflyTask::class) {
task wildflyExecute(type: ExecuteWildflyTask) {
host = "127.0.0.1"
port = 9990
user = "testuser"
Expand All @@ -155,4 +155,4 @@ task("wildflyExecute", ExecuteWildflyTask::class) {
commands = listOf("deployment-info", "deployment-info")
}
```
```

0 comments on commit d4c642c

Please sign in to comment.