File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 4141 env :
4242 signingKey : ${{secrets.SIGNING_KEY}}
4343 signingPassword : ${{secrets.SIGNING_PASSWORD}}
44- OSS_USERNAME : ${{secrets.OSS_USERNAME }}
45- OSS_PASSWORD : ${{secrets.OSS_PASSWORD }}
44+ OSS_USERNAME : ${{secrets.MAVEN_USERNAME }}
45+ OSS_PASSWORD : ${{secrets.MAVEN_SECRET }}
4646 run : |
4747 OSS_USERNAME=$OSS_USERNAME OSS_PASSWORD=$OSS_PASSWORD
4848 signingKey=$signingKey signingPassword=$signingPassword
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ import java.time.LocalDate
22
33plugins {
44 id ' java-library'
5+ id ' base'
56 id ' jacoco'
67 id ' signing'
78 id ' maven-publish'
@@ -11,7 +12,7 @@ plugins {
1112}
1213
1314group = ' com.tokbox'
14- archivesBaseName = ' opentok-server-sdk'
15+ base . archivesName = ' opentok-server-sdk'
1516version = ' 4.16.1'
1617
1718ext. githubPath = " opentok/Opentok-Java-SDK"
You can’t perform that action at this time.
0 commit comments