Skip to content

Commit 4661daf

Browse files
committed
chore: add kestra gradle plugin for maven central
1 parent fb95e8a commit 4661daf

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
@@ -7,7 +7,8 @@ plugins {
77
id 'signing'
88
id "com.github.ben-manes.versions" version "0.52.0"
99
id 'net.researchgate.release' version '3.1.0'
10-
id "com.vanniktech.maven.publish" version "0.33.0"
10+
id "com.vanniktech.maven.publish" version "0.34.0"
11+
id "io.kestra.gradle.inject-bom-versions" version "1.0.0"
1112
}
1213

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

0 commit comments

Comments
 (0)