Skip to content

Commit 44578ff

Browse files
committed
Use jitpack
1 parent a165289 commit 44578ff

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

build.gradle

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,13 @@ java {
1616
}
1717

1818
repositories {
19+
maven {
20+
url "https://jitpack.io"
21+
content {
22+
includeGroup "com.github.unblu"
23+
}
24+
}
1925
mavenCentral()
20-
mavenLocal()
2126
}
2227

2328
wrapper {
@@ -27,7 +32,7 @@ wrapper {
2732

2833
dependencies {
2934
implementation 'org.springframework.boot:spring-boot-starter-webflux'
30-
implementation 'com.unblu.middleware:unblu-middleware-lib:1.8.0'
35+
implementation 'com.github.unblu:unblu-middleware-lib:e8f15d5ef47da08724d806d5be5e08f18728095c'
3136
implementation 'com.unblu.openapi:jersey3-client-v4:8.24.0'
3237
implementation 'org.projectlombok:lombok:1.18.34'
3338
annotationProcessor 'org.projectlombok:lombok:1.18.34'

0 commit comments

Comments
 (0)