Itiviti / gradle-nuget-plugin

Executes NuGet from a gradle build
Apache License 2.0
22 stars 29 forks source link

Where are the releases? #53

Closed redrezo closed 7 years ago

redrezo commented 7 years ago

The newest release tag is 2.15, wheras the newest version on maven central is 2.12. Where are the newer releases? The README states just add mavenCentral()

timotei commented 7 years ago

We're using bintray for the distribution: https://bintray.com/ullink/gradle-plugins/com.ullink.gradle:gradle-nuget-plugin and it contains the latest released version.

redrezo commented 7 years ago

Could you update the README to contain something like

repositories { 
  maven { 
    url "http://dl.bintray.com/ullink/gradle-plugins" 
  } 
}