Skip to content

Commit

Permalink
ALFREDAPI-522 [Update] legacy CS link
Browse files Browse the repository at this point in the history
  • Loading branch information
codingBenVdS committed Jun 13, 2023
1 parent e91ce31 commit c817309
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def includeResource(configuration) {
}

def getVersionQualifier(String branch_name) {
if(branch_name.startsWith('release'))
if (branch_name.startsWith('release'))
return ''
//(DEVEM-463, ALFREDAPI-514): The current osgi version (6.0.0) in DE (3.0.0) has issues with version strings containing '-'
// We've tried replacing the '-' with at '.', but that breaks maven-style dependency resolution.
Expand Down Expand Up @@ -75,7 +75,7 @@ subprojects {
repositories {
mavenCentral()
maven { url "https://artifacts.alfresco.com/nexus/content/groups/public" }
maven { url "https://repo.xenit.eu/zRCLvpH8FA0bR2ha/legacy/maven/" }
maven { url "https://cloudsmith.io/~xenit/repos/legacy/setup/?auth_method=basic_token#formats-maven" }
// This private repository provides Xenit with Alfresco enterprise artefacts.
// External developers should replace it with their own library repository.
maven {
Expand Down

0 comments on commit c817309

Please sign in to comment.