srs / gradle-node-plugin

Gradle plugin for integrating NodeJS in your build. :rocket:
Apache License 2.0
866 stars 211 forks source link

#294 Explicitly cast workingDir as a java.io.File object in afterEvaluate(). #295

Open tranpeter opened 6 years ago

tranpeter commented 6 years ago

I added a test case to show that setting workingDir to a string will break afterEvaluate() before making the fix. After the fix, all test cases pass.