robovm / robovm-gradle-plugin

RoboVM Gradle plugin
45 stars 24 forks source link

Unpacking of distribution doesn't work for snapshot builds #21

Closed badlogic closed 9 years ago

badlogic commented 9 years ago

AbstractRoboVMTask#unpack() checks if the compiler artifact has been extracted by an existance query on the directory. In case of local snapshot builds, this will not unpack the latest artifact.