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

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
Signed-off-by: Jade Carino <carino_jade@yahoo.co.uk>
  • Loading branch information
jadecarino committed Aug 30, 2024
1 parent 5ba4604 commit ea90bb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ task gitHash(dependsOn : 'classes') {
repositories {
mavenLocal()
maven {
url "https://development.galasa.dev/gh/maven-repo/framework"
url "$sourceMaven"
}
maven {
url "$centralMaven"
Expand Down
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 = "https://development.galasa.dev/gh/maven-repo/framework"
url = "$sourceMaven"
}
maven {
url "$centralMaven"
Expand Down

0 comments on commit ea90bb0

Please sign in to comment.