junkdog / artemis-odb

A continuation of the popular Artemis ECS framework
BSD 2-Clause "Simplified" License
779 stars 112 forks source link

Issue: Missing/unneeded tooling dependency causing build issues on gradle. #232

Closed DaanVanYperen closed 9 years ago

DaanVanYperen commented 9 years ago

Didn't notice this because of it being available in my local maven, but artemis-odb gradle plugin has a dependency on gradle-tooling-api 2.1 which it does not resolve by itself. Got to figure out if provided scope is sufficient.

Could not find gradle-tooling-api:2.1

DaanVanYperen commented 9 years ago

The Gradle tooling api examples use compile scope, as well Quickstart is just missing a repo to fetch it from. Nothing to see here, carry on!