Skip to content

Commit b9a6b35

Browse files
authored
Merge pull request #7 from zapov/master
Avoid Mono compilation
2 parents 0d81386 + 6bf6019 commit b9a6b35

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)