File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 <artifactId >compiler</artifactId >
1515 <version >0.7.0-SNAPSHOT</version >
1616 </dependency >
17-
1817 </dependencies >
19- </project >
18+
19+ <build >
20+ <plugins >
21+ <plugin >
22+ <groupId >org.apache.maven.plugins</groupId >
23+ <artifactId >maven-compiler-plugin</artifactId >
24+ <configuration >
25+ <source >1.6</source >
26+ <target >1.6</target >
27+ <encoding >UTF-8</encoding >
28+ </configuration >
29+ </plugin >
30+ </plugins >
31+ </build >
32+ </project >
Original file line number Diff line number Diff line change 77 <description >Implementation of the Mustache language in Java.</description >
88
99 <modules >
10- <module >handlebar</module >
1110 <module >compiler</module >
12- <module >indy </module >
11+ <module >handlebar </module >
1312 <module >example</module >
1413 </modules >
1514 <packaging >pom</packaging >
You can’t perform that action at this time.
0 commit comments