Skip to content
This repository was archived by the owner on May 10, 2022. It is now read-only.

Commit 7eb10aa

Browse files
committed
Let the release plugin handle the versioning for us
1 parent 5660fd7 commit 7eb10aa

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ apply plugin: 'java-gradle-plugin'
99
apply plugin: 'checkstyle'
1010

1111
group = 'de.set.gradle'
12-
version = '1.1.0'
1312

1413
sourceCompatibility = '1.8'
1514
targetCompatibility = '1.8'
@@ -69,3 +68,5 @@ pluginBundle {
6968
}
7069
}
7170

71+
tasks.postRelease.dependsOn publishPlugins
72+

0 commit comments

Comments
 (0)