mirror of
https://github.com/querydsl/querydsl.git
synced 2026-06-04 21:01:21 +08:00
sweet spot scala version
This commit is contained in:
parent
b9938afdfc
commit
e9cd532937
@ -19,7 +19,7 @@
|
||||
<argLine>-Xms256m -Xmx512m -Xss2m</argLine>
|
||||
<checkstyle.skip>true</checkstyle.skip>
|
||||
|
||||
<scala.full.version>2.11.2</scala.full.version>
|
||||
<scala.full.version>2.11.12</scala.full.version>
|
||||
<hibernate.version>3.5.1-Final</hibernate.version>
|
||||
</properties>
|
||||
|
||||
@ -148,6 +148,7 @@
|
||||
<!-- <arg>-target:jvm-1.6</arg> -->
|
||||
<arg>-unchecked</arg>
|
||||
<arg>-deprecation</arg>
|
||||
<arg>-nobootcp</arg>
|
||||
<!-- <arg>-feature</arg> -->
|
||||
<!-- <arg>-explaintypes</arg> -->
|
||||
<!-- <arg>-verbose</arg> -->
|
||||
|
||||
Loading…
Reference in New Issue
Block a user