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 \