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 c241824 commit 0fed136Copy full SHA for 0fed136
build.gradle
@@ -24,16 +24,6 @@ version VERSION
24
subprojects {
25
group GROUP
26
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
37
}
38
39
tasks.withType(Jar).configureEach {
gradle.properties
@@ -22,7 +22,7 @@ org.gradle.caching=true
22
# Dingo group & version
23
#
GROUP=io.dingodb.expr
-VERSION=3.2.0-SNAPSHOT
+VERSION=4.0.0-SNAPSHOT
# Library versions
0 commit comments