We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6532548 commit f7aad69Copy full SHA for f7aad69
1 file changed
build.gradle
@@ -44,7 +44,7 @@ allprojects {
44
targetCompatibility = 1.8
45
46
group 'org.nervos.ckb'
47
- version '3.0.1'
+ version '4.0.0-alpha'
48
apply plugin: 'java'
49
50
repositories {
@@ -110,7 +110,7 @@ configure(subprojects.findAll { it.name != 'tests' }) {
110
publications {
111
mavenJava(MavenPublication) {
112
groupId 'org.nervos.ckb'
113
114
from components.java
115
116
artifact javadocJar
0 commit comments