mani-language / Mani

Máni ... an awesome, super simple programming language!
https://mani-language.github.io/
Mozilla Public License 2.0
28 stars 7 forks source link

Fixed missing libraries when compiling #74 #75

Closed Kalekdan closed 5 years ago

Kalekdan commented 5 years ago

Name: Fixed compiler bug #74 About: When compiling a Máni script which uses third party jars, these were not being included into compiled jar

Is your PR related to a feature request or Bug report? If applicable, please list feature request number or bug report ID.

74

Describe your PR A clear and concise description of what your pull request is changing or adding.

Updated build.gradle to include third party jars into compiled Máni

Is it in the form of a library

Kalekdan commented 5 years ago

Ready to merge