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 PAT_JAVA_VERSION Regex #136

Open sstadick opened 3 years ago

sstadick commented 3 years ago

The current regex fails to parse 11.0.9.1-internal due to the .1 "update" group. This version is coming from openjdk conda forge. See here for more details.

This change allows for _<update> or .<update> in the version string.