Skip to content

Commit

Permalink
adding temp repo to pull down danubetech deps (#164)
Browse files Browse the repository at this point in the history
* adding temp repo to pull down danubetech deps

* updating temp repo mavencontent settings
  • Loading branch information
jiyoonie9 authored Feb 15, 2024
1 parent 875c475 commit abd246d
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
8 changes: 8 additions & 0 deletions httpclient/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ plugins {

repositories {
mavenCentral()
// temp maven repo for danubetech
maven {
name = "tbd-danubetech-temp"
url = uri("https://blockxyz.jfrog.io/artifactory/danubetech-temp/")
mavenContent {
releasesOnly()
}
}
maven {
url = uri("https://repo.danubetech.com/repository/maven-public")
}
Expand Down
8 changes: 8 additions & 0 deletions httpserver/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ plugins {

repositories {
mavenCentral()
// temp maven repo for danubetech
maven {
name = "tbd-danubetech-temp"
url = uri("https://blockxyz.jfrog.io/artifactory/danubetech-temp/")
mavenContent {
releasesOnly()
}
}
maven {
url = uri("https://repo.danubetech.com/repository/maven-public")
}
Expand Down
8 changes: 8 additions & 0 deletions protocol/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ plugins {

repositories {
mavenCentral()
// temp maven repo for danubetech
maven {
name = "tbd-danubetech-temp"
url = uri("https://blockxyz.jfrog.io/artifactory/danubetech-temp/")
mavenContent {
releasesOnly()
}
}
maven {
url = uri("https://repo.danubetech.com/repository/maven-public")
}
Expand Down

0 comments on commit abd246d

Please sign in to comment.