Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
Hard code sourceMaven
Browse files Browse the repository at this point in the history
Signed-off-by: Jade Carino <[email protected]>
  • Loading branch information
jadecarino committed Aug 30, 2024
1 parent c1711e8 commit 014eb4f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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/framework/ \
-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
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ task gitHash(dependsOn : 'classes') {
repositories {
mavenLocal()
maven {
url "$sourceMaven"
url "https://development.galasa.dev/gh/maven-repo/framework"
}
maven {
url "$centralMaven"
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://development.galasa.dev/gh/maven-repo/framework/
sourceMaven=https://repo.maven.apache.org/maven2/
centralMaven=https://repo.maven.apache.org/maven2/
targetMaven=https://repo.maven.apache.org/maven2/
2 changes: 1 addition & 1 deletion galasa-extensions-parent/settings.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pluginManagement {
repositories {
maven {
url = "$sourceMaven"
url = "https://development.galasa.dev/gh/maven-repo/framework"
}
maven {
url "$centralMaven"
Expand Down

0 comments on commit 014eb4f

Please sign in to comment.