We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66ed036 commit 69922eaCopy full SHA for 69922ea
build.gradle
@@ -26,7 +26,6 @@ plugins {
26
id "io.codearte.nexus-staging" version "0.6.1"
27
}
28
29
-version = '1.1.1'
30
group = 'com.arakelian'
31
32
// common gradle code shared between projects
semantic-build-versioning.gradle
@@ -0,0 +1 @@
1
+startingVersion = '1.0.0'
settings.gradle
@@ -1 +1,15 @@
+buildscript {
2
+ repositories {
3
+ maven {
4
+ url 'https://plugins.gradle.org/m2/'
5
+ }
6
7
+ dependencies {
8
+ classpath 'gradle.plugin.net.vivin:gradle-semantic-build-versioning:3.0.4'
9
10
+}
11
+
12
+apply plugin: 'net.vivin.gradle-semantic-build-versioning'
13
14
rootProject.name = 'docker-junit-rule'
15
0 commit comments