File tree Expand file tree Collapse file tree 4 files changed +3
-7
lines changed Expand file tree Collapse file tree 4 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -22,14 +22,12 @@ allprojects {
2222 buildscript {
2323 repositories {
2424 mavenCentral()
25- jcenter()
2625 mavenLocal()
2726 }
2827 }
2928
3029 repositories {
3130 mavenCentral()
32- jcenter()
3331 mavenLocal {
3432 content {
3533 includeGroup(" com.expediagroup" )
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ allprojects {
1111 buildscript {
1212 repositories {
1313 mavenCentral()
14- jcenter()
1514 mavenLocal {
1615 content {
1716 includeGroup(" com.expediagroup" )
@@ -22,7 +21,6 @@ allprojects {
2221
2322 repositories {
2423 mavenCentral()
25- jcenter()
2624 mavenLocal {
2725 content {
2826 includeGroup(" com.expediagroup" )
Original file line number Diff line number Diff line change 11group = com.expediagroup
2- version = 4 .0.0-SNAPSHOT
2+ version = 5 .0.0-SNAPSHOT
33
44# build config
55org.gradle.caching =true
Original file line number Diff line number Diff line change 11group = com.expediagroup
2- version = 4 .0.0-SNAPSHOT
2+ version = 5 .0.0-SNAPSHOT
33
44# build config
55org.gradle.caching =true
@@ -40,7 +40,7 @@ rxjavaVersion = 3.0.11
4040wireMockVersion = 2.27.2
4141
4242# plugin versions
43- detektVersion = 1.16.0
43+ detektVersion = 1.17.1
4444dokkaVersion = 1.4.30
4545jacocoVersion = 0.8.6
4646ktlintVersion = 0.41.0
You can’t perform that action at this time.
0 commit comments