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 6609e69 commit 55f8468Copy full SHA for 55f8468
.github/workflows/ci-publish.yml
@@ -48,7 +48,7 @@ jobs:
48
- name: Gradle clean
49
uses: gradle/gradle-build-action@v2
50
with:
51
- arguments: --parallel clean
+ arguments: clean build
52
53
# make sure that "gradlew publish" runs in NO parallel mode, since it might create multiple repositories on the OSS server
54
version.gradle.kts
@@ -1,5 +1,5 @@
1
// keep the name theVersion and the val definition since script update_version.sh maintains it
2
-val theVersion = "0.8.15"
+val theVersion = "0.8.16"
3
4
allprojects {
5
group = "io.github.digma-ai"
0 commit comments