File tree Expand file tree Collapse file tree 3 files changed +14
-14
lines changed
Expand file tree Collapse file tree 3 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -8,18 +8,6 @@ reckon {
88 snapshotFromProp()
99}
1010
11- nexusPublishing {
12- repositories {
13- sonatype {
14- nexusUrl. set(uri(" https://s01.oss.sonatype.org/service/local/" ))
15- snapshotRepositoryUrl. set(uri(" https://s01.oss.sonatype.org/content/repositories/snapshots/" ))
16-
17- username = project. findProperty(' sonatype_username' )
18- password = project. findProperty(' sonatype_password' )
19- }
20- }
21- }
22-
2311allprojects {
2412 pluginManager. withPlugin(' maven-publish' ) {
2513 apply from : " ${ rootDir} /gradle/publish.gradle"
@@ -34,4 +22,16 @@ allprojects {
3422 mavenCentral()
3523 }
3624 }
25+ }
26+
27+ nexusPublishing {
28+ repositories {
29+ sonatype {
30+ nexusUrl. set(uri(" https://s01.oss.sonatype.org/service/local/" ))
31+ snapshotRepositoryUrl. set(uri(" https://s01.oss.sonatype.org/content/repositories/snapshots/" ))
32+
33+ username = project. findProperty(' sonatype_username' )
34+ password = project. findProperty(' sonatype_password' )
35+ }
36+ }
3737}
Original file line number Diff line number Diff line change 1- apply plugin : ' maven-publish '
1+ apply plugin : ' eu.xenit.enterprise-conventions.ext.signing '
22apply plugin : ' signing'
33
44publishing {
Original file line number Diff line number Diff line change 11plugins {
2- id " eu.xenit.enterprise-conventions.oss " version " 0.2.0"
2+ id " eu.xenit.enterprise-conventions.ext.signing " version " 0.2.0" apply false
33}
44
55rootProject. name = ' opa-java-client'
You can’t perform that action at this time.
0 commit comments