davidB / gradle-getdown-plugin

A gradle plugin to bundle java app + jre with getdown support
Creative Commons Zero v1.0 Universal
16 stars 3 forks source link

Update your plugin version in the example build.gradle #11

Closed andretietz closed 9 years ago

andretietz commented 9 years ago
classpath "net.alchim31.gradle:gradle-getdown-plugin:0.2.0" // should be 0.3.0 (at least almost)

using snapshot of getdown crashes (file not found in maven repo)

getdown 'com.threerings:getdown:1.4-SNAPSHOT'

use

getdown 'com.threerings:getdown:1.4'

instead

I am looking forward to 0.3.0 :+1:

Nice work!

davidB commented 9 years ago

I used this for home version of getdown -> SNAPSHOT. Threerings release 1.4 this weekend (when I ask them, thanks threerings !). so no need to override it by default. I move text to an howto section.

Thanks for reposting

davidB commented 9 years ago

FYI 0.3.0 is released.