WorldWindEarth / WorldWindJava

A community supported fork of the NASA WorldWind Java SDK (WWJ) is for building cross-platform 3D geospatial desktop applications in Java.
https://worldwind.earth/WorldWindJava/
48 stars 14 forks source link

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

Closed emxsys closed 5 years ago

emxsys commented 5 years ago

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