From 67055ebc353f2b446f032cb25dc20ececc197f40 Mon Sep 17 00:00:00 2001 From: Jade Carino Date: Thu, 29 Aug 2024 16:05:28 +0100 Subject: [PATCH] Point at main Signed-off-by: Jade Carino --- .github/workflows/pr-build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-build.yaml b/.github/workflows/pr-build.yaml index 364e66b5..af35b209 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/framework/ \ + -PsourceMaven=https://development.galasa.dev/jade/maven-repo/framework/ \ -PcentralMaven=https://repo.maven.apache.org/maven2/ \ -PtargetMaven=${{ github.workspace }}/repo \ --no-daemon --console plain \