Skip to content

Commit

Permalink
add publish scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Piasy committed Jun 13, 2023
1 parent 6e6d262 commit 7da826e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions publish_linux.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

./gradlew publishLinuxX64PublicationToSonatypeRepository closeAndReleaseRepository
2 changes: 1 addition & 1 deletion publish_android.sh → publish_others.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

./gradlew publishAllPublicationsToSonatypeRepository
./gradlew publishAllPublicationsToSonatypeRepository closeAndReleaseRepository

# login to https://s01.oss.sonatype.org/ ,
# find repository in the 'Staging repositories' section,
Expand Down
3 changes: 3 additions & 0 deletions publish_windows.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
@echo off

.\gradlew publishMingwX64PublicationToSonatypeRepository closeAndReleaseRepository

0 comments on commit 7da826e

Please sign in to comment.