Releases: alclabs/addon-gradle
Releases · alclabs/addon-gradle
Addon-Gradle that works with Gradle 2.0
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' }