Skip to content

Commit 8660f57

Browse files
committed
chore: add kestra gradle plugin for maven central
1 parent 861765f commit 8660f57

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
plugins {
2+
id "com.vanniktech.maven.publish" version "0.34.0"
3+
id "io.kestra.gradle.inject-bom-versions" version "1.0.0"
24
id 'java-library'
35
id "idea"
46
id 'jacoco'
@@ -7,7 +9,6 @@ plugins {
79
id 'signing'
810
id "com.github.ben-manes.versions" version "0.52.0"
911
id 'net.researchgate.release' version '3.1.0'
10-
id "com.vanniktech.maven.publish" version "0.34.0"
1112
}
1213

1314
def isBuildSnapshot = version.toString().endsWith("-SNAPSHOT")

0 commit comments

Comments
 (0)