jsettlers / settlers-remake

A Remake of "The Settlers III" for Windows, Linux, Mac and Android
http://www.settlers-android-clone.com
MIT License
355 stars 101 forks source link

Remove unconditional 'go.graphics.android' include from settings.gradle #686

Closed ziarrek closed 6 years ago

ziarrek commented 6 years ago

The settings.gradle file contains an unconditional include of 'go.graphics.android' which breaks the build process when trying to build the swing ui on a system with no Android installed (tested on Ubuntu 16.04). Removing the line fixes the issue. 'go.graphics.android' is included anyway in line 25 if Android is present on the system.

michaelzangl commented 6 years ago

Are you sure you based from a recent version? #644 should have solved this ~6 months ago

ziarrek commented 6 years ago

Indeed. Must have messed sth up with updating my fork. Sorry for the hassle, closing the PR!