We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c11d22d commit 9f01fb2Copy full SHA for 9f01fb2
1 file changed
build.gradle.kts
@@ -30,7 +30,7 @@ plugins {
30
alias(libs.plugins.versions)
31
}
32
33
-version = ProjectVersion("2.1.0", BuildType.snapshot)
+version = ProjectVersion("2.1.0", BuildType.release)
34
group = "org.cthing"
35
description = "A library that writes JSON with or without pretty printing."
36
0 commit comments