Skip to content

Commit

Permalink
🔖 2.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ChunMengLu committed Oct 14, 2023
1 parent f19f08b commit a30a170
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions deploy.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
#!/bin/sh

## 1. java version
java -version
printf "\n"

## 2. gradle version
./gradlew -version
printf "\n"

## 3. gradle clean build
./gradlew clean build

## 4. deploy 发布正式版
./gradlew publish

2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ NEXUS_OSS_PASS_WORD=***
REPOSITORY_URL_SNAPSHOT=https://oss.sonatype.org/content/repositories/snapshots/
REPOSITORY_URL_RELEASE=https://oss.sonatype.org/service/local/staging/deploy/maven2/

signing.keyId=D73A4CFE
signing.keyId=A861D6AE
signing.password=sonatype
signing.secretKeyRingFile=/Users/lcm/.gnupg/secring.gpg

0 comments on commit a30a170

Please sign in to comment.