File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -57,8 +57,8 @@ publishing {
5757 url = version. endsWith(' SNAPSHOT' ) ? snapshotsRepoUrl : releasesRepoUrl
5858
5959 credentials {
60- username = System . getenv( " OSSRH_USERNAME " )
61- password = System . getenv( " OSSRH_PASSWORD " )
60+ username = ossrhUsername
61+ password = ossrhPassword
6262 }
6363 }
6464 }
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ subprojects {
4444 apply plugin : " jacoco"
4545
4646 group = ' org.mapstruct.extensions.spring'
47- version = ' 0.1.0-SNAPSHOT '
47+ version = ' 0.1.0'
4848
4949 java {
5050 toolchain {
Original file line number Diff line number Diff line change @@ -65,8 +65,8 @@ publishing {
6565 url = version. endsWith(' SNAPSHOT' ) ? snapshotsRepoUrl : releasesRepoUrl
6666
6767 credentials {
68- username = System . getenv( " OSSRH_USERNAME " )
69- password = System . getenv( " OSSRH_PASSWORD " )
68+ username = ossrhUsername
69+ password = ossrhPassword
7070 }
7171 }
7272 }
You can’t perform that action at this time.
0 commit comments