Skip to content

Commit f25d930

Browse files
committed
Fix not proper releasing(?)
1 parent 9fd23a5 commit f25d930

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins{
77
id 'com.github.johnrengelman.shadow' version '5.2.0'
88
}
99

10-
def ver = new Version(major: 4, minor: 0, revision: 3)
10+
def ver = new Version(major: 4, minor: 0, revision: 4)
1111

1212
group = "org.botblock"
1313
version = "$ver"
@@ -106,6 +106,7 @@ publishing{
106106
artifact(sourcesJar)
107107
}
108108
}
109+
/*
109110
repositories{
110111
maven{
111112
name = "GitHubPackages"
@@ -121,6 +122,7 @@ publishing{
121122
}
122123
}
123124
}
125+
*/
124126
}
125127

126128
class Version{

0 commit comments

Comments
 (0)