Skip to content

Commit

Permalink
Fix frege-gradle-plugin resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
netzwerg committed Jul 1, 2015
1 parent 4532776 commit c3a573c
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 c3a573c

Please sign in to comment.