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 a895042 commit 190d854Copy full SHA for 190d854
build.gradle
@@ -22,7 +22,8 @@ githubRelease {
22
draft false
23
prerelease version.startsWith('0') || version.endsWith('-snapshot') || version.endsWith('-alpha') || version.endsWith('-beta') || version.endsWith('-dev')
24
var assets = []
25
- [project('simpleclient-1.19.4'),
+ [project('simpleclient-1.8.9'),
26
+ project('simpleclient-1.19.4'),
27
project('simpleclient-1.20'),
28
project('simpleclient-1.20.1')].forEach {
29
assets.add it.file("build/libs/${it.name}-${version}.jar")
0 commit comments