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

Commit d4c642c

Browse files
authored
fixed ExecuteWildflyTask groovy example
1 parent bb903f3 commit d4c642c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ The ExecuteWildflyTask let's you execute commands on the target cli
133133
import com.mkring.wildlydeplyplugin.ExecuteWildflyTask
134134
135135
[...]
136-
task("wildflyExecute", ExecuteWildflyTask::class) {
136+
task wildflyExecute(type: ExecuteWildflyTask) {
137137
host = "127.0.0.1"
138138
port = 9990
139139
user = "testuser"
@@ -155,4 +155,4 @@ task("wildflyExecute", ExecuteWildflyTask::class) {
155155
commands = listOf("deployment-info", "deployment-info")
156156
}
157157
158-
```
158+
```

0 commit comments

Comments
 (0)