javadelight / delight-graaljs-sandbox

A sandbox for executing JavaScript with Graal in Java
Other
44 stars 11 forks source link

RELEASE version and LICENSE not found #8

Closed lyndomiao closed 1 year ago

lyndomiao commented 2 years ago

Could you publish a release version and add a license?@mxro

mxro commented 2 years ago

Thank you for raising this issue!

LICENSE.TXT added https://github.com/javadelight/delight-graaljs-sandbox/blob/master/LICENSE.TXT

Note the licenses are also in the POM file: https://github.com/javadelight/delight-graaljs-sandbox/blob/master/pom.xml#L346

Sorry could you clarify what you mean by release version? The library should already be on Maven Central: https://search.maven.org/search?q=delight-graaljs-sandbox

lyndomiao commented 2 years ago

Thank you, Max. I think a release version means a stable one. I don't mean the libraies on Maven Central are vulnerable, but I prefer using a release version.
I found there are six release versions in delight-nashorn-sandbox , why don't we publish one for delight-graaljs-sandbox?
Thanks again for your reply!

mxro commented 2 years ago

Ah that will be easy! Have added a release on GitHub (same as the version currently published on Maven Central)!