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 9fd23a5 commit f25d930Copy full SHA for f25d930
build.gradle
@@ -7,7 +7,7 @@ plugins{
7
id 'com.github.johnrengelman.shadow' version '5.2.0'
8
}
9
10
-def ver = new Version(major: 4, minor: 0, revision: 3)
+def ver = new Version(major: 4, minor: 0, revision: 4)
11
12
group = "org.botblock"
13
version = "$ver"
@@ -106,6 +106,7 @@ publishing{
106
artifact(sourcesJar)
107
108
109
+ /*
110
repositories{
111
maven{
112
name = "GitHubPackages"
@@ -121,6 +122,7 @@ publishing{
121
122
123
124
125
+ */
126
127
128
class Version{
0 commit comments