Skip to content

Commit

Permalink
Merge pull request #7 from netzwerg/master
Browse files Browse the repository at this point in the history
Fix frege-gradle-plugin resolution
  • Loading branch information
Dierk König committed Jul 1, 2015
2 parents 4532776 + c3a573c commit 8aecb56
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
@@ -1,12 +1,13 @@
buildscript { // make the frege plugin available in our build
buildscript {
repositories {
mavenLocal() // if you have the plugin installed locally, this is enough
mavenLocal()
mavenCentral()
maven {
url = "https://oss.sonatype.org/content/groups/public"
url = 'https://jitpack.io'
}
}
dependencies {
classpath 'org.frege-lang:frege-gradle-plugin:0.3-SNAPSHOT', {
classpath 'com.github.frege:frege-gradle-plugin:release-0.3', {
exclude module: "frege-native-gen"
}
}
Expand Down

0 comments on commit 8aecb56

Please sign in to comment.