We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef88644 commit c131d2bCopy full SHA for c131d2b
1 file changed
buildSrc/src/main/groovy/publishing-conventions.gradle
@@ -3,13 +3,13 @@ plugins {
3
}
4
5
group = 'com.team2813.lib2813'
6
-version = "2.0.0"
+version = '2.0.0'
7
8
mavenPublishing {
9
10
publishToMavenCentral()
11
if (gradle.startParameter.taskNames.any { it.contains('MavenCentral') }) {
12
- signAllPublications()
+ assert version != '2.0.0': 'Update the version before publishing to Maven Central'
13
14
15
coordinates(
0 commit comments