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 db619a4 commit 5402475Copy full SHA for 5402475
build.gradle.kts
@@ -13,8 +13,8 @@ plugins {
13
}
14
15
buildscript {
16
- val versionNumber = "4.2.0" // without "-SNAPSHOT", e.g. "2.5.0" or "2.4.0-RC"
17
- val isRelease = true // WARNING: only set true to publish a release on publish branch!
+ val versionNumber = "4.2.1" // without "-SNAPSHOT", e.g. "2.5.0" or "2.4.0-RC"
+ val isRelease = false // WARNING: only set true to publish a release on publish branch!
18
// See the release checklist for details.
19
// Makes this produce release artifacts, changes dependencies to release versions.
20
0 commit comments