We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dd200a commit 32de980Copy full SHA for 32de980
build.gradle
@@ -4,7 +4,7 @@ plugins {
4
id 'com.vanniktech.maven.publish' version '0.35.0' apply false
5
}
6
7
-project.version="0.17.0-SNAPSHOT"
+project.version="0.18.0-SNAPSHOT"
8
9
repositories {
10
mavenLocal()
jafar-gradle-plugin/build.gradle
@@ -5,7 +5,7 @@ plugins {
group = "io.btrace"
-version = "0.17.0-SNAPSHOT"
+version = "0.18.0-SNAPSHOT"
def libraryName = "jafar-gradle-plugin"
11
def component_version = version
0 commit comments