Skip to content

Commit

Permalink
Fixes gradle build
Browse files Browse the repository at this point in the history
  • Loading branch information
jUnG3 committed Nov 2, 2021
1 parent 49cc16f commit 1c9773e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
repositories {
jcenter()
mavenCentral()
}

dependencies {
Expand Down Expand Up @@ -65,9 +65,9 @@ configurations {
}

repositories {
jcenter()
mavenCentral()
maven {
url "https://maven.alfresco.com/nexus/content/repositories/activiti/"
url "https://artefacts.alfresco.com/nexus/content/repositories/activiti-releases/"
}
maven { url 'https://jitpack.io' }
}
Expand All @@ -88,7 +88,7 @@ dependencies {
compile 'com.github.matthiasgeiger:mojo.core:master-SNAPSHOT'
compile 'com.github.guybrushPrince:mojo.reader.bpmn:master-SNAPSHOT'

external files(fileTree(dir: "lib", includes: ['*.jar']))
external files(fileTree(dir: "lib", includes: ['*.jar']))

testCompile 'junit:junit:4.+'

Expand Down

0 comments on commit 1c9773e

Please sign in to comment.