Reputation: 13
I want a jar file for the project https://github.com/tsantalis/RefactoringMiner but I don't see any link on the site which gives me jar file and there is no POM.xml I need to run the project on Eclipse
Upvotes: 0
Views: 701
Reputation: 20003
From the page you linked:
In order to build the project, run ./gradlew jar (or gradlew jar, in Windows) in the project's root directory. Alternatively, you can generate a complete distribution zip including all runtime dependencies running ./gradlew distZip.
Upvotes: 1