SymbolicPathFinder / jpf-symbc

Symbolic PathFinder
https://github.com/SymbolicPathFinder/jpf-symbc
124 stars 89 forks source link

Adding Gradle Support to jpf-symbc GSoC'22 Project #76

Closed gaurangkudale closed 1 year ago

gaurangkudale commented 2 years ago

Hey there,

Here I have done several changes as follows -

  1. Added Gradle support to jpf-symbc.
  2. Added jpf-core as a Git-Submodule of SPF and jpf-symbc as a normal project.
  3. I have restructured the project as SPF | (Root-project) -----| jpf-core (Git-Submodule & Gradle subproject) -----| jpf-symbc (Gradle subproject)
  4. Upgraded the Gradle version to 6.9
  5. Added / Pulled dependencies from the maven central repository to reduce the Jars in lib dir.
gaurangkudale commented 2 years ago