Skip to content

Commit

Permalink
Debug maven publish
Browse files Browse the repository at this point in the history
Signed-off-by: Eval EXEC <[email protected]>
  • Loading branch information
eval-exec committed Dec 10, 2024
1 parent 0c1256e commit 5e9d18a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
tags:
- 'rc/v*'
- 'rc-test/*'

jobs:
create_release_draft:
Expand Down
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 5e9d18a

Please sign in to comment.