Skip to content

Commit 723ce57

Browse files
Merge pull request #17 from xenit-eu/renovate/eu.xenit.enterprise-conventions.oss-0.x
Update plugin eu.xenit.enterprise-conventions.oss to v0.6.2
2 parents e44fdbc + 8abfaad commit 723ce57

File tree

2 files changed

+1
-20
lines changed

2 files changed

+1
-20
lines changed

gradle/publish.gradle

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff 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

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pluginManagement {
77

88
plugins {
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

1313
dependencyResolutionManagement {

0 commit comments

Comments
 (0)