File tree Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Original file line number Diff line number Diff line change 3131 <plugin >
3232 <groupId >cz.habarta.typescript-generator</groupId >
3333 <artifactId >typescript-generator-maven-plugin</artifactId >
34- <version >1.15-SNAPSHOT </version >
34+ <version >1.25.322 </version >
3535 <executions >
3636 <execution >
3737 <id >generate</id >
3838 <goals >
3939 <goal >generate</goal >
4040 </goals >
4141 <phase >process-classes</phase >
42- <configuration >
43- <jsonLibrary >jackson2</jsonLibrary >
44- <disableJackson2ModuleDiscovery >false</disableJackson2ModuleDiscovery >
45- <classes >
46- <class >cz.habarta.typescript.generator.sample.Person</class >
47- </classes >
48- <outputFile >target/sample.d.ts</outputFile >
49- <outputKind >module</outputKind >
50- </configuration >
5142 </execution >
5243 </executions >
44+ <configuration >
45+ <jsonLibrary >jackson2</jsonLibrary >
46+ <classes >
47+ <class >cz.habarta.typescript.generator.sample.Person</class >
48+ </classes >
49+ <outputKind >module</outputKind >
50+ </configuration >
5351 </plugin >
5452 </plugins >
5553 </build >
You can’t perform that action at this time.
0 commit comments