File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -58,15 +58,12 @@ if (project.hasProperty('ossrhUsername') && project.hasProperty('ossrhPassword')
5858uploadArchives {
5959 repositories {
6060 mavenDeployer {
61- // Maven Central
62- if (project. hasProperty(' ossrhUsername' ) && project. hasProperty(' ossrhPassword' )) {
63- beforeDeployment { MavenDeployment deployment -> signing. signPom(deployment) }
61+ beforeDeployment { MavenDeployment deployment -> signing. signPom(deployment) }
6462
65- repository(url : " artifactregistry://us-maven.pkg.dev/mw-lunarclient-maven-repo/public" ) {
66- }
63+ repository(url : " artifactregistry://us-maven.pkg.dev/mw-lunarclient-maven-repo/public" ) {
64+ }
6765
68- snapshotRepository(url : " artifactregistry://us-maven.pkg.dev/mw-lunarclient-maven-repo/public" ) {
69- }
66+ snapshotRepository(url : " artifactregistry://us-maven.pkg.dev/mw-lunarclient-maven-repo/public" ) {
7067 }
7168
7269 pom {
You can’t perform that action at this time.
0 commit comments