Skip to content

Commit

Permalink
Point at main
Browse files Browse the repository at this point in the history
Signed-off-by: Jade Carino <[email protected]>
  • Loading branch information
jadecarino committed Aug 29, 2024
1 parent 8e1ca85 commit c1711e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion galasa-extensions-parent/gradle.properties
Original file line number Diff line number Diff line change
@@ -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/

0 comments on commit c1711e8

Please sign in to comment.