You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement FlatDir repository for JPF core dependencies
- Add flatDir repository pointing to ../jpf-core/build
- Replace fileTree dependency with explicit JPF JAR dependencies
- Use 'implementation name: jpf-classes' and 'implementation name: jpf'
- Remove local lib/ directory approach in favor of flatDir
- Update Java compatibility to VERSION_11
This approach automatically uses the latest JARs from jpf-core
and follows Gradle best practices for local dependencies.
0 commit comments