File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -47,8 +47,8 @@ publishing {
4747 repositories {
4848 maven {
4949 // change URLs to point to your repos, e.g. http://my.org/repo
50- def releasesRepoUrl = " $b uildDir /repos/releases "
51- def snapshotsRepoUrl = " $b uildDir /repos/ snapshots"
50+ def releasesRepoUrl = " https://oss.sonatype.org/service/local/staging/deploy/maven2/ "
51+ def snapshotsRepoUrl = " https://oss.sonatype.org/content/repositories/ snapshots/ "
5252 url = version. endsWith(' SNAPSHOT' ) ? snapshotsRepoUrl : releasesRepoUrl
5353 }
5454 }
Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ apply plugin: "signing"
33
44dependencies {
55 implementation project(" :annotations" )
6- implementation ' org.mapstruct:mapstruct:1.4.0.CR1'
76 implementation ' com.squareup:javapoet:1.12.1'
87 implementation ' org.apache.commons:commons-lang3:3.10'
98
9+ testImplementation ' org.mapstruct:mapstruct:1.4.0.CR1'
1010 testImplementation ' org.assertj:assertj-core:3.15.0'
1111 testImplementation ' commons-io:commons-io:2.6'
1212 testImplementation ' com.google.guava:guava:28.2-jre'
@@ -55,8 +55,8 @@ publishing {
5555 repositories {
5656 maven {
5757 // change URLs to point to your repos, e.g. http://my.org/repo
58- def releasesRepoUrl = " $b uildDir /repos/releases "
59- def snapshotsRepoUrl = " $b uildDir /repos/ snapshots"
58+ def releasesRepoUrl = " https://oss.sonatype.org/service/local/staging/deploy/maven2/ "
59+ def snapshotsRepoUrl = " https://oss.sonatype.org/content/repositories/ snapshots/ "
6060 url = version. endsWith(' SNAPSHOT' ) ? snapshotsRepoUrl : releasesRepoUrl
6161 }
6262 }
You can’t perform that action at this time.
0 commit comments