Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added minimal Gradle support to jpf-core #45

Merged
merged 4 commits into from
May 16, 2018
Merged

Added minimal Gradle support to jpf-core #45

merged 4 commits into from
May 16, 2018

Conversation

jeandersonbc
Copy link
Collaborator

@jeandersonbc jeandersonbc commented May 16, 2018

Minimal Gradle support consists in:

  1. Gradle wrapper configured;
  2. Minimal working build script

Note that testing is not currently supported but it will be supported as I evolve the Gradle support.
This Pull Request closes #43

@jeandersonbc jeandersonbc changed the title Added minimal Gradle support to jpf-core (closes #43) Added minimal Gradle support to jpf-core May 16, 2018
@jeandersonbc
Copy link
Collaborator Author

Curiously, TravisCI attempted to run the build with Gradle automatically. Seems like we will have a broken CI in the gradle branch for a while

@cyrille-artho
Copy link
Member

cyrille-artho commented May 16, 2018

Could you please add a target "check" that succeeds, so Travis will not report a failure?
It's OK if we don't run the unit tests for the time being, but I would like to have a passing CI check if possible, so we know that the build works as expected.
So the temporary target "check" can be empty as long as it passes. (There may be other targets that Travis expects; please check after the next commit.)

@jeandersonbc
Copy link
Collaborator Author

All good now. The Ant build is running before the dummy Gradle build.

@cyrille-artho cyrille-artho merged commit 33bf744 into javapathfinder:gradle May 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants