Skip to content

Commit

Permalink
[SHIBUI-479]
Browse files Browse the repository at this point in the history
Force the use of the released artifact for cryptacular 1.1.3. Replaces
the need for building the dep locally and using mavenLocal().
  • Loading branch information
Bill Smith committed May 14, 2018
1 parent a18f651 commit 19e539c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion backend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,19 @@ sourceCompatibility = 1.8
targetCompatibility = 1.8

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

configurations.all {
resolutionStrategy {
force 'org.cryptacular:cryptacular:1.1.3'
}
}

processResources.dependsOn(':ui:npm_run_buildProd')

//Integration of the frontend and backend into the build to have all of the UI resources available in the app's executable war
Expand Down

0 comments on commit 19e539c

Please sign in to comment.