File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,10 @@ dependencies {
7272 api project(' :event-handler' )
7373 api project(' :user-profile' )
7474 api project(' :odp' )
75- api (" com.optimizely.ab:core-api:$java_core_ver " ) {
75+ // api ("com.optimizely.ab:core-api:$java_core_ver") {
76+ // exclude group: 'com.google.code.findbugs'
77+ // }
78+ api (" com.optimizely.ab:core-api:3.1.0-SNAPSHOT" ) {
7679 exclude group : ' com.google.code.findbugs'
7780 }
7881 implementation " org.slf4j:slf4j-api:$slf4j_ver "
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ buildscript {
3939}
4040
4141plugins {
42- id " org.jlleitschuh.gradle.ktlint" version " 11.0.0"
42+ id " org.jlleitschuh.gradle.ktlint" version " 11.0.0"
4343 id ' io.github.gradle-nexus.publish-plugin' version ' 2.0.0'
4444}
4545
@@ -66,6 +66,7 @@ allprojects {
6666 }
6767
6868 repositories {
69+ mavenLocal()
6970 google()
7071 mavenCentral()
7172 // SNAPSHOT support
@@ -151,7 +152,7 @@ nexusPublishing {
151152 password = System . getenv(' MAVEN_CENTRAL_PASSWORD' )
152153 }
153154 }
154-
155+
155156}
156157
157158task ship () {
You can’t perform that action at this time.
0 commit comments