Skip to content

Commit

Permalink
Fix module target
Browse files Browse the repository at this point in the history
  • Loading branch information
stoyicker committed Jun 16, 2021
1 parent e13a0d0 commit 1eb31de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
when: always
- run:
name: Upload library to Maven Central
command: ./gradlew :annotations:publishReleasePublicationToSonatypeRepository --no-daemon --no-build-cache --refresh-dependencies
command: ./gradlew :library:publishReleasePublicationToSonatypeRepository --no-daemon --no-build-cache --refresh-dependencies
when: always
- run:
name: Close and release staging repository in Nexus
Expand Down

0 comments on commit 1eb31de

Please sign in to comment.