kawamuray / wasmtime-java

Java or JVM-language binding for Wasmtime
Apache License 2.0
128 stars 29 forks source link

Fix build.gradle to be more idiomatic and prevent warnings #40

Closed dsyer closed 2 years ago

dsyer commented 2 years ago

The use of build/tmp as a custom resource folder confuses Gradle because it uses that folder internally. Also the task dependencies need to be more explicit so that a) there are no warnings on CLI and b) the tests work in IDE (VSCode, Buildship etc.)

Depends on #39, but I think the same changes would work without the Gradle upgrade