Skip to content

Commit 62b71de

Browse files
committed
Fixed publish
1 parent bc65b54 commit 62b71de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595

9696
- run:
9797
name: Uploading to Nexus Sonatype
98-
command: ./gradlew uploadArchives -PLOCAL_UPLOAD=false --stacktrace
98+
command: ./gradlew publish -PLOCAL_UPLOAD=false --stacktrace
9999

100100
upgradeDependencies:
101101
<<: *jdk_config

0 commit comments

Comments
 (0)