We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aadd45f commit 0e61185Copy full SHA for 0e61185
build.gradle.kts
@@ -34,7 +34,7 @@ allprojects {
34
apply(plugin = "maven-publish")
35
pluginManager.withPlugin("java-library") {
36
group = "com.microsoft"
37
- version = "0.0.1"
+ version = "0.0.1-SNAPSHOT"
38
dependencies {
39
api("org.jetbrains:annotations:${jetBrainsAnnotationsVersion}")
40
api("com.fasterxml.jackson.core:jackson-core:${jacksonVersion}")
0 commit comments