Skip to content

Commit 6bf6019

Browse files
committed
Avoid Mono compilation
Put generated source among other sources (for simplicity sake) If somebody wants to change the model, it needs to uncomment annotation processor, delete the generated java file and compile the project.
1 parent 0ff234f commit 6bf6019

File tree

3 files changed

+404
-1
lines changed

3 files changed

+404
-1
lines changed

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,8 @@
186186
<source>1.7</source>
187187
<target>1.7</target>
188188
<annotationProcessors>
189-
<annotationProcessor>com.dslplatform.json.CompiledJsonProcessor</annotationProcessor>
189+
<!-- commented out to avoid compiling DSL through Mono -->
190+
<!--annotationProcessor>com.dslplatform.json.CompiledJsonProcessor</annotationProcessor-->
190191
<annotationProcessor>org.openjdk.jmh.generators.BenchmarkProcessor</annotationProcessor>
191192
</annotationProcessors>
192193
<showDeprecation>true</showDeprecation>

0 commit comments

Comments
 (0)