File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22 "name" : " totalcross" ,
33 "displayName" : " TotalCross Project Extension" ,
44 "description" : " This is TotalCross plugin extension for vs code. " ,
5- "version" : " 0.0.6 " ,
5+ "version" : " 0.0.7 " ,
66 "publisher" : " Italo" ,
77 "preview" : true ,
88 "icon" : " icon.png" ,
Original file line number Diff line number Diff line change 5353 <plugin >
5454 <groupId >com.totalcross</groupId >
5555 <artifactId >totalcross-maven-plugin</artifactId >
56- <version >1.0 </version >
56+ <version >1.1 </version >
5757 <configuration >
5858 <name >${project.name} </name >
5959 <platforms >
6565<!-- <totalcrossHome>/Users/italo/TotalCross5</totalcrossHome>-->
6666 </configuration >
6767 <executions >
68+ <execution >
69+ <id >post-compile</id >
70+ <phase >compile</phase >
71+ <goals >
72+ <goal >retrolambda</goal >
73+ </goals >
74+ </execution >
6875 <execution >
6976 <id >post-package</id >
7077 <phase >package</phase >
You can’t perform that action at this time.
0 commit comments