Skip to content

Commit 190d854

Browse files
committed
update build.gradle
1 parent a895042 commit 190d854

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ githubRelease {
2222
draft false
2323
prerelease version.startsWith('0') || version.endsWith('-snapshot') || version.endsWith('-alpha') || version.endsWith('-beta') || version.endsWith('-dev')
2424
var assets = []
25-
[project('simpleclient-1.19.4'),
25+
[project('simpleclient-1.8.9'),
26+
project('simpleclient-1.19.4'),
2627
project('simpleclient-1.20'),
2728
project('simpleclient-1.20.1')].forEach {
2829
assets.add it.file("build/libs/${it.name}-${version}.jar")

0 commit comments

Comments
 (0)