We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ba302f commit 2076583Copy full SHA for 2076583
documentation/Functions.md
@@ -47,7 +47,6 @@ createDevon4jProject("cobigenexample")
47
#### parameter
48
1. The project directory
49
2. Indicator whether tests should be run
50
-
51
#### example
52
buildJava("cobigenexample", true)
53
@@ -57,7 +56,6 @@ buildJava("cobigenexample", true)
57
56
58
1. Path of the file to be created (relative path to the workspace directory)
59
2. (Optional) Path of the file to get the content from. Relative to the playbook directory
60
61
62
createFile("cobigenexample/core/src/main/java/com/example/application/cobigenexample/customermanagement/dataaccess/api/CustomerEntity.java", "files/CustomerEntity.java")
63
0 commit comments