Skip to content

Commit 697e9e2

Browse files
committed
v1.0.0 mavenCentral only. Jitpack builds will fail
1 parent ebb7844 commit 697e9e2

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44

55
The Statsig Java/Kotlin SDK for multi-user, server side environments. If you need a SDK for another language or single user client environment, check out our [other SDKs](https://docs.statsig.com/#sdks).
66

7+
## Installation
8+
9+
SDK versions below 1.0.0 are available via jitpack. Starting with v1.0.0, we started publishing the SDK only to MavenCentral.
10+
11+
## What is Statsig
12+
713
Statsig helps you move faster with Feature Gates (Feature Flags) and Dynamic Configs. It also allows you to run A/B tests to validate your new features and understand their impact on your KPIs. If you're new to Statsig, create an account at [statsig.com](https://www.statsig.com).
814

915
## Getting Started

build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ plugins {
88
idea
99
id("org.jlleitschuh.gradle.ktlint") version "11.0.0"
1010
id("maven-publish")
11+
id("com.vanniktech.maven.publish") version "0.22.0"
1112
}
1213

1314
group = "com.statsig"

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RELEASE_SIGNING_ENABLED=true
66

77
GROUP=com.statsig.serversdk
88
POM_ARTIFACT_ID=serversdk
9-
VERSION_NAME=1.19.0
9+
VERSION_NAME=1.0.0
1010

1111
POM_NAME=Statsig Server SDK
1212
POM_DESCRIPTION=A feature gating and a/b testing library for statsig

0 commit comments

Comments
 (0)