File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ fun updateVersionCode() {
8787
8888tasks.register<DefaultTask >(" testCentralPublisherPortalDeployment" ) {
8989 doLast {
90- val token = project.requireTypedProperty<String >(" Ptoken " )
90+ val token = project.requireTypedProperty<String >(" token " )
9191
9292 // Add Central Publisher Portal Maven repository in settings.gradle.kts file
9393 File (" settings.gradle.kts" ).replace(" (\\ h*)mavenCentral\\ (\\ )" .toRegex()) { matchResult ->
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ This file lists all the steps to follow when releasing a new version of OUDS And
6666- Launch the ` testCentralPublisherPortalDeployment` Gradle task using your user token as parameter:
6767
6868 ` ` ` shell
69- ./gradlew testCentralPublisherPortalDeployment -PcentralPublisherPortalToken =< token>
69+ ./gradlew testCentralPublisherPortalDeployment -Ptoken =< token>
7070 ` ` `
7171
7272 This task allows you to test the release before it is deployed to Maven Central and performs the following changes to the project:
You can’t perform that action at this time.
0 commit comments