File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -52,8 +52,8 @@ publishing {
5252 url = version. endsWith(' SNAPSHOT' ) ? snapshotsRepoUrl : releasesRepoUrl
5353
5454 credentials {
55- username = System . getenv( " OSSRH_USERNAME " )
56- password = System . getenv( " OSSRH_PASSWORD " )
55+ username = ossrhUsername
56+ password = ossrhPassword
5757 }
5858 }
5959 }
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ subprojects {
5555 apply plugin : " jacoco"
5656
5757 group = ' org.mapstruct.extensions.spring'
58- version = ' 1.1.1-SNAPSHOT '
58+ version = ' 1.1.1'
5959
6060 java {
6161 toolchain {
Original file line number Diff line number Diff line change @@ -62,8 +62,8 @@ publishing {
6262 url = version. endsWith(' SNAPSHOT' ) ? snapshotsRepoUrl : releasesRepoUrl
6363
6464 credentials {
65- username = System . getenv( " OSSRH_USERNAME " )
66- password = System . getenv( " OSSRH_PASSWORD " )
65+ username = ossrhUsername
66+ password = ossrhPassword
6767 }
6868 }
6969 }
Original file line number Diff line number Diff line change @@ -58,8 +58,8 @@ publishing {
5858 url = version. endsWith(' SNAPSHOT' ) ? snapshotsRepoUrl : releasesRepoUrl
5959
6060 credentials {
61- username = System . getenv( " OSSRH_USERNAME " )
62- password = System . getenv( " OSSRH_PASSWORD " )
61+ username = ossrhUsername
62+ password = ossrhPassword
6363 }
6464 }
6565 }
You can’t perform that action at this time.
0 commit comments