Skip to content

Commit 0fed136

Browse files
author
Dongwei
committed
[ci] Update JAR package version to 4.0.0-SNAPSHOT
1 parent c241824 commit 0fed136

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

build.gradle

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,6 @@ version VERSION
2424
subprojects {
2525
group GROUP
2626
version VERSION
27-
28-
project.gradle.taskGraph.whenReady { graph ->
29-
if ((version as String).endsWith("SNAPSHOT")) {
30-
project.tasks.findAll().forEach { task ->
31-
if (task.name.startsWith("sign")) {
32-
task.enabled = false
33-
}
34-
}
35-
}
36-
}
3727
}
3828

3929
tasks.withType(Jar).configureEach {

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ org.gradle.caching=true
2222
# Dingo group & version
2323
#
2424
GROUP=io.dingodb.expr
25-
VERSION=3.2.0-SNAPSHOT
25+
VERSION=4.0.0-SNAPSHOT
2626

2727
#
2828
# Library versions

0 commit comments

Comments
 (0)