robovm / robovm-gradle-plugin

RoboVM Gradle plugin
45 stars 24 forks source link

Task uploadArchives requires variables contributors don't have #13

Closed walle closed 10 years ago

walle commented 10 years ago

Added from https://github.com/jtakakura/gradle-robovm-plugin/pull/8#issuecomment-37758087

When I use my local repository to build the plugin I get an error. Because of the variables in uploadArchives. Eg. sonatypeUsername.

My solution was to simply remove the task. But perhaps a check to see if they exist or not, or read them from the cli if they are needed would be a better solution?

As it is now new developers might be confused about how to be able to build the plugin.