Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
DaanVanYperen committed Feb 11, 2015
2 parents 4ed6b12 + 9e29470 commit 0e806ab
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@
buildscript {
repositories {
mavenCentral()
jcenter()
mavenLocal()
maven { url 'https://github.com/steffenschaefer/gwt-gradle-plugin/raw/maven-repo/' }
}
dependencies {
classpath 'de.richsource.gradle.plugins:gwt-gradle-plugin:0.3'
classpath "net.onedaybeard.artemis:artemis-odb-gradle-plugin:0.7.1"
classpath 'de.richsource.gradle.plugins:gwt-gradle-plugin:0.6'

// artemis-odb plugin, see https://github.com/junkdog/artemis-odb/wiki/Bytecode-weaving
classpath "net.onedaybeard.artemis:artemis-odb-gradle-plugin:0.9.0"

// introduces support for provided scope.
classpath 'com.netflix.nebula:gradle-extra-configurations-plugin:1.12.+'
Expand All @@ -16,7 +18,6 @@ buildscript {
// classpath 'com.android.tools.build:gradle:0.14.4'
// the latest version of the android-apt plugin
// classpath 'com.neenbedankt.gradle.plugins:android-apt:1.4'

// classpath 'com.github.jtakakura:gradle-robovm-plugin:0.0.7'
}
}
Expand Down

0 comments on commit 0e806ab

Please sign in to comment.