cbmarcum / skeletal

A simple project creation tool that uses packaged templates
Apache License 2.0
17 stars 3 forks source link

current groovy 2.5.x used outputs illegal reflective access warnings using java 11 #2

Closed cbmarcum closed 1 year ago

cbmarcum commented 2 years ago

ex. $ skeletal list WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by org.codehaus.groovy.reflection.CachedClass (file:/home/carl/apps/skeletal-0.12.0/lib/groovy-2.4.15.jar) to method java.lang.Object.finalize() WARNING: Please consider reporting this to the maintainers of org.codehaus.groovy.reflection.CachedClass WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release Available templates in https://codebuilders.jfrog.io/artifactory/generic/skeletal-templates

aoo-addin
aoo-addin-java
aoo-addon
aoo-addon-java
aoo-client
lazybones-project
cbmarcum commented 1 year ago

this work will be done in a groovy3 branch. may need to reference the groovy plugin docs.