Skip to content

Commit e5e37f3

Browse files
committed
Revert "[SPARK-51577] Make gradle build to automatically append SNAPSHOT suffix to version for non-release builds"
This reverts commit 25aa6cf.
1 parent 562b1d3 commit e5e37f3

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

build.gradle

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,7 @@ assert JavaVersion.current().isCompatibleWith(JavaVersion.VERSION_17): "Java 17
3434

3535
allprojects {
3636
group = "org.apache.spark.k8s.operator"
37-
version = "0.2.0"
38-
if (!project.hasProperty('release')) {
39-
version += "-SNAPSHOT"
40-
}
37+
version = "0.2.0-SNAPSHOT"
4138
}
4239

4340
tasks.register('buildDockerImage', Exec) {

0 commit comments

Comments
 (0)