Skip to content

Commit ac54f3f

Browse files
build.gradle.kts: note release-only properties
1 parent 034cf7e commit ac54f3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ plugins {
1313
}
1414

1515
buildscript {
16-
// Typically, only edit those two:
16+
// To publish a release, typically, only edit those two:
1717
val objectboxVersionNumber = "4.0.2" // without "-SNAPSHOT", e.g. "2.5.0" or "2.4.0-RC"
1818
val objectboxVersionRelease =
1919
false // set to true for releasing to ignore versionPostFix to avoid e.g. "-dev" versions

0 commit comments

Comments
 (0)