Skip to content

Releases: alclabs/addon-gradle

Addon-Gradle that works with Gradle 2.0

10 Feb 19:12
Compare
Choose a tag to compare

This is a minor change to allow addons to be compiled using gradle 2.0.

Use the following in your build.gradle to use and get this version from alcshare.

repositories { maven { url 'http://repo.alcshare.com' } }
dependencies { gradleScript group: 'com.alcshare', name: 'addon-gradle', ext: 'gradle', version: '1.7.2' }