typetools / checker-framework-inference

Inference of pluggable types for Java
10 stars 33 forks source link

Improve Gradle build script #71

Closed smillst closed 6 years ago

smillst commented 6 years ago
  1. Clean up build.gradle.
  2. Add a Gradle wrapper.
  3. Use Gradle to run the JUnit tests.
  4. Only the tests now depend on JUnit.
  5. checker-framework-inference.jar contains all of its dependencies.
wmdietl commented 6 years ago

@jyluo could you have a quick test of this PR and see whether the gradle targets work for you?

jyluo commented 6 years ago

All gradle targets listed from gradle tasks work on my machine, using gradle version 4.3.1. The gradlew wrapper uses 4.5.

wmdietl commented 6 years ago

Thanks for fixing this!