Skip to content

Commit f57eefa

Browse files
committed
local maven
1 parent 50b0be9 commit f57eefa

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

android-sdk/build.gradle

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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"

build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ buildscript {
3939
}
4040

4141
plugins {
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

157158
task ship() {

0 commit comments

Comments
 (0)