Skip to content

Commit bb0f901

Browse files
authored
Merge pull request #11 from statsig-io/removemaven
remove publish to maven central
2 parents 2c0a47b + 3c270ce commit bb0f901

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ plugins {
66
kotlin("jvm") version "1.6.0"
77
idea
88
id("org.jlleitschuh.gradle.ktlint") version "11.0.0"
9-
id("com.vanniktech.maven.publish") version "0.22.0"
109
id("maven-publish")
1110
}
1211

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=0.19.2
9+
VERSION_NAME=0.19.3
1010

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

src/main/kotlin/com/statsig/sdk/StatsigMetadata.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package com.statsig.sdk
22

33
import java.util.Properties
44

5-
private const val VERSION = "0.19.2"
5+
private const val VERSION = "0.19.3"
66

77
internal class StatsigMetadata {
88
companion object {

0 commit comments

Comments
 (0)