File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 2424 signingkey : ${{secrets.SIGNING_KEY}}
2525 signingkeyid : ${{secrets.SIGNING_KEYID}}
2626 signingpassword : ${{secrets.SIGNING_PASSWORD}}
27- sonatypePassword : ${{secrets.SONATYPE_PASSWORD}}
28- sonatypeUsername : ${{secrets.SONATYPE_USERNAME}}
27+ sonatypepassword : ${{secrets.SONATYPE_PASSWORD}}
28+ sonatypeusername : ${{secrets.SONATYPE_USERNAME}}
2929 - name : Zip create
3030 run : |
3131 cd build/libs
Original file line number Diff line number Diff line change @@ -64,8 +64,8 @@ publishing {
6464 def snapshotsRepoUrl = " https://s01.oss.sonatype.org/content/repositories/snapshots"
6565 url = version. endsWith(' SNAPSHOT' ) ? snapshotsRepoUrl : releasesRepoUrl
6666 credentials {
67- username = System . getenv(' sonatypeUsername ' )
68- password = System . getenv(' sonatypePassword ' )
67+ username = System . getenv(' sonatypeusername ' )
68+ password = System . getenv(' sonatypepassword ' )
6969 }
7070 }
7171 }
Original file line number Diff line number Diff line change 11plugins {
22 id ' java'
3- id ' maven-publish'
4- id ' signing'
3+ // id 'maven-publish'
4+ // id 'signing'
55}
66group rootProject. group
77archivesBaseName = rootProject. archivesBaseName + " -native"
2525 withJavadocJar()
2626 withSourcesJar()
2727}
28-
28+ /*
2929publishing {
3030 publications {
3131 mavenJava(MavenPublication) {
@@ -86,3 +86,4 @@ javadoc {
8686}
8787
8888
89+ */
You can’t perform that action at this time.
0 commit comments