AlloyTools / org.alloytools.alloy

Alloy is a language for describing structures and a tool for exploring them. It has been used in a wide range of applications from finding holes in security mechanisms to designing telephone switching networks. This repository contains the code for the tool.
Other
709 stars 124 forks source link

AlloyGraphics.class is not included in the JAR produced by 'gradlew jar' #48

Closed aleksandarmilicevic closed 6 years ago

aleksandarmilicevic commented 6 years ago

At edu.mit.csail.sdg.alloy4.OurConsole.style(OurConsole.java:133) the AlloyGraphics class is used:

fontName = AlloyGraphics.matchBestFontName(fontName);

but that class is not included in the final jar.

aleksandarmilicevic commented 6 years ago

Fixed in PR #49