Skip to content

Commit

Permalink
Merge branch 'master' into SHIBUI-459
Browse files Browse the repository at this point in the history
  • Loading branch information
Jj! committed Apr 30, 2018
2 parents 5765f49 + 061dada commit 843a02f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions backend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@ sourceCompatibility = 1.8
targetCompatibility = 1.8

repositories {
maven { url 'https://build.shibboleth.net/nexus/content/groups/public' }
mavenCentral()
jcenter()
maven {
url 'https://build.shibboleth.net/nexus/content/groups/public'
artifactUrls = ['https://build.shibboleth.net/nexus/content/repositories/thirdparty-snapshots']
}
}

processResources.dependsOn(':ui:npm_run_buildProd')
Expand Down

0 comments on commit 843a02f

Please sign in to comment.