puniverse / capsule

Dead-Simple Packaging and Deployment for JVM Apps
http://capsule.io
Eclipse Public License 1.0
1.15k stars 100 forks source link

Fix version line on Java 10 and later #130

Open pditommaso opened 5 years ago

pditommaso commented 5 years ago

This commit fixes the issue when parsing the version line produced by Java 10 and later. It also adds a small unit test to keep check the regexp is working properly.

Solves #129.