stempler / gradle-versioneye-plugin

Plugin for Gradle to update your project's dependencies status on www.versioneye.com
MIT License
31 stars 5 forks source link

Support configuring custom base URL #13

Closed sslavic closed 8 years ago

sslavic commented 8 years ago

Currently create and update tasks use hard-coded base URL which cannot be customized. This makes plugin usable only for public VersionEye server and unusable for VersionEye Enterprise installations. Please consider making base URL configurable.

stempler commented 8 years ago

I've no experience with custom installations. Would making configurable what is currently the constant https://www.versioneye.com be sufficient or can it also be custom paths?

sslavic commented 8 years ago

Thanks for quick reply! Yes, it would be sufficient to make URL configurable. @reiz can you please verify?

stempler commented 8 years ago

I updated the current snapshot with this change. Can you test and verify if that works with a custom installation?

Version 1.2.0-SNAPSHOT on Sonatype (https://oss.sonatype.org/content/repositories/snapshots)

sslavic commented 8 years ago

Confirmed, it works. Thank you very much!

stempler commented 8 years ago

You're welcome :smile: