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 13bcc3b commit a06375bCopy full SHA for a06375b
build.gradle
@@ -11,7 +11,7 @@ def artifactId = 'GradleBasePlugin'
11
// /---> Major Version - Increment this when you make a breaking change
12
// | /---> Minor Version - Increment this when you add a new feature
13
// | | /---> Patch Version - Increment this when you make a bug fix
14
-def versionNum = '5.0.8'
+def versionNum = '5.0.9'
15
16
group = groupId
17
version = versionNum
0 commit comments