You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -110,6 +110,9 @@ generateTypeScript {
110
110
}
111
111
```
112
112
113
+
You can run typescript-generator on demand using `gradle generateTypeScript` command
114
+
or you can invoke it as part of another task by adding dependency from that task to `generateTypeScript` task in Gradle build file.
115
+
113
116
More complete sample can be found [here](sample-gradle).
114
117
Gradle plugin has the same features as Maven plugin, for detailed description see Maven generated [site](http://vojtechhabarta.github.io/typescript-generator/maven/typescript-generator-maven-plugin/generate-mojo.html).
0 commit comments