Skip to content

Commit

Permalink
Replace JCodeModel jar with a custom-built one that works around an e…
Browse files Browse the repository at this point in the history
…num code generation bug

introduced in phax/jcodemodel#41.
  • Loading branch information
mcoblenz committed Apr 4, 2017
1 parent d25f38b commit bd8472d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .idea/libraries/com_helger_jcodemodel_2_8_6.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 9 additions & 1 deletion Obsidian.iml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@
<orderEntry type="library" name="org.scalatest:scalatest_2.11:3.0.1" level="project" />
<orderEntry type="library" name="scala-sdk-2.11.8" level="project" />
<orderEntry type="library" name="scala-sdk-2.11.8" level="application" />
<orderEntry type="library" name="com.helger:jcodemodel:2.8.6" level="project" />
<orderEntry type="module-library">
<library>
<CLASSES>
<root url="jar://$MODULE_DIR$/lib/jcodemodel-3.0.0-SNAPSHOT.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
</component>
</module>
Binary file added lib/jcodemodel-3.0.0-SNAPSHOT.jar
Binary file not shown.

0 comments on commit bd8472d

Please sign in to comment.