File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
src/main/java/liquidjava/api Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 134134 <dependency >
135135 <groupId >org.junit.jupiter</groupId >
136136 <artifactId >junit-jupiter-engine</artifactId >
137- <scope >test </scope >
137+ <scope >compile </scope >
138138 </dependency >
139139 <dependency >
140140 <groupId >org.junit.vintage</groupId >
171171 <dependency >
172172 <groupId >liquidjava-api</groupId >
173173 <artifactId >liquidjava-api</artifactId >
174- <version >0.0.1 -SNAPSHOT</version >
174+ <version >0.0.2 -SNAPSHOT</version >
175175 </dependency >
176176
177177 <!-- https://mvnrepository.com/artifact/org.antlr/antlr4 -->
203203 </dependency >
204204 </dependencies >
205205 </dependencyManagement >
206- </project >
206+ </project >
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ public static ErrorEmitter launchTest(String file) {
2929 }
3030
3131 public static ErrorEmitter launch (String file ) {
32+ System .out .println ("Running LiquidJava on: " + file );
3233 Launcher launcher = new Launcher ();
3334 launcher .addInputResource (file );
3435 // launcher.getEnvironment().setNoClasspath(true);
You can’t perform that action at this time.
0 commit comments