File tree Expand file tree Collapse file tree 2 files changed +1
-20
lines changed
Expand file tree Collapse file tree 2 files changed +1
-20
lines changed Original file line number Diff line number Diff line change @@ -46,25 +46,6 @@ publishing {
4646 }
4747 }
4848
49- repositories {
50- if (" ${ project.version} " . endsWith(' -SNAPSHOT' )) {
51- sonatypeSnapshots {
52- url = " https://s01.oss.sonatype.org/content/repositories/snapshots/"
53- credentials {
54- username = project. findProperty(' sonatype_username' )
55- password = project. findProperty(' sonatype_password' )
56- }
57- }
58- } else {
59- sonatypeMavenCentral {
60- url = " https://s01.oss.sonatype.org/service/local/"
61- credentials {
62- username = project. findProperty(' sonatype_username' )
63- password = project. findProperty(' sonatype_password' )
64- }
65- }
66- }
67- }
6849
6950}
7051
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ pluginManagement {
77
88plugins {
99 id ' org.ajoberstar.reckon.settings' version ' 1.0.1'
10- id ' eu.xenit.enterprise-conventions.oss' version ' 0.5.1 '
10+ id ' eu.xenit.enterprise-conventions.oss' version ' 0.6.2 '
1111}
1212
1313dependencyResolutionManagement {
You can’t perform that action at this time.
0 commit comments