Skip to content

Commit

Permalink
Debug maven publish
Browse files Browse the repository at this point in the history
  • Loading branch information
eval-exec committed Dec 10, 2024
1 parent 0c1256e commit 301b74d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ allprojects {
targetCompatibility = 1.8

group 'org.nervos.ckb'
version '2.1.1'
version '2.1.2'
apply plugin: 'java'

repositories {
Expand Down Expand Up @@ -97,7 +97,7 @@ configure(subprojects.findAll { it.name != 'tests' }) {
publications {
mavenJava(MavenPublication) {
groupId 'org.nervos.ckb'
version '2.1.1'
version '2.1.2'
from components.java
}
}
Expand Down
2 changes: 1 addition & 1 deletion light-client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

group 'org.nervos.ckb'
version '2.1.1'
version '2.1.2'

repositories {
mavenCentral()
Expand Down

0 comments on commit 301b74d

Please sign in to comment.