Skip to content

Commit dbebf91

Browse files
committed
Merge branch 'release/0.0.7'
2 parents d743bef + 3028d5c commit dbebf91

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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",

resources/pom.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
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>
@@ -65,6 +65,13 @@
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>

0 commit comments

Comments
 (0)