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 fb95e8a commit 4661dafCopy full SHA for 4661daf
build.gradle
@@ -7,7 +7,8 @@ plugins {
7
id 'signing'
8
id "com.github.ben-manes.versions" version "0.52.0"
9
id 'net.researchgate.release' version '3.1.0'
10
- id "com.vanniktech.maven.publish" version "0.33.0"
+ id "com.vanniktech.maven.publish" version "0.34.0"
11
+ id "io.kestra.gradle.inject-bom-versions" version "1.0.0"
12
}
13
14
def isBuildSnapshot = version.toString().endsWith("-SNAPSHOT")
0 commit comments