From c1711e84e44ece37a0f8325e4dbe541ddd3dbc86 Mon Sep 17 00:00:00 2001 From: Jade Carino Date: Thu, 29 Aug 2024 16:23:14 +0100 Subject: [PATCH] Point at main Signed-off-by: Jade Carino --- .github/workflows/pr-build.yaml | 2 +- galasa-extensions-parent/gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-build.yaml b/.github/workflows/pr-build.yaml index 300424a2..364e66b5 100644 --- a/.github/workflows/pr-build.yaml +++ b/.github/workflows/pr-build.yaml @@ -34,7 +34,7 @@ jobs: - name: Build Extensions source code with gradle run: | gradle -b galasa-extensions-parent/build.gradle \ - -PsourceMaven=https://development.galasa.dev/gh/maven-repo/obr/ \ + -PsourceMaven=https://development.galasa.dev/gh/maven-repo/framework/ \ -PcentralMaven=https://repo.maven.apache.org/maven2/ \ -PtargetMaven=${{ github.workspace }}/repo \ --no-daemon --console plain \ diff --git a/galasa-extensions-parent/gradle.properties b/galasa-extensions-parent/gradle.properties index 0a141fb0..fcad6009 100644 --- a/galasa-extensions-parent/gradle.properties +++ b/galasa-extensions-parent/gradle.properties @@ -1,5 +1,5 @@ isMainOrRelease=false -sourceMaven=https://repo.maven.apache.org/maven2/ +sourceMaven=https://development.galasa.dev/gh/maven-repo/framework/ centralMaven=https://repo.maven.apache.org/maven2/ targetMaven=https://repo.maven.apache.org/maven2/