mkasberg / script-seed

🌱 Seed scripts for popular (& unpopular) scripting languages.
https://mkasberg.github.io/script-seed/
MIT License
11 stars 23 forks source link

Fix Groovy Warnings #67

Closed mkasberg closed 3 years ago

mkasberg commented 3 years ago

These warnings make our test output hard to read. Stack Overflow suggests Groovy 3 might fix it, so we might try manually installing groovy to get Groovy 3+ and see if that helps.

root@06169da813c5:~/script-seed/seeds# groovy --version
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.codehaus.groovy.reflection.CachedClass (file:/usr/share/groovy/lib/groovy-2.4.17.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
Groovy Version: 2.4.17 JVM: 11.0.11 Vendor: Ubuntu OS: Linux