Skip to content

Updated .travis.yml to force the use of Ant over Gradle #34

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

Merged
merged 1 commit into from
Apr 17, 2019

Conversation

emxsys
Copy link
Member

@emxsys emxsys commented Apr 17, 2019

Description of the Change

The default WorldWindJava build process uses Apache Ant. This change to the Travis configuration ensures that ant is used even if Gradle or Maven build configuration files are detected by Travis-CI.

Why Should This Be In Core?

This change ensures the prescribed build process is followed.

Benefits

Without this change, Gradle or Maven could be used by Travis instead of ant .

Potential Drawbacks

None.

Applicable Issues

PR #30
Issue #11

- The custom install script prevents Travis' auto-detection of the build tool.
- `install: ant <target>` forces the use of ant even if a build.grade file is detected.
@emxsys emxsys added the enhancement New feature or request label Apr 17, 2019
@emxsys emxsys requested a review from wcmatthysen April 17, 2019 14:37
@emxsys emxsys self-assigned this Apr 17, 2019
@emxsys emxsys added this to the WWJ-CE 2.2.0 milestone Apr 17, 2019
@emxsys emxsys merged commit bc54886 into develop Apr 17, 2019
@emxsys emxsys deleted the fix/travis-ant branch April 17, 2019 15:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant