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 1863562 commit f4e22f8Copy full SHA for f4e22f8
.github/workflows/publish.yml
@@ -11,7 +11,7 @@ concurrency:
11
jobs:
12
build:
13
runs-on: ${{matrix.os}}
14
- name: Build ${{matrix.platform}}${{matrix.arch != '' && format(' ({0})', matrix.arch) || ''}}) packages
+ name: Build ${{matrix.platform}}${{matrix.arch != '' && format(' ({0})', matrix.arch) || ''}} packages
15
strategy:
16
fail-fast: false
17
matrix:
gradle.properties
@@ -1,5 +1,5 @@
1
# The version of the project.
2
-project.version=0.4.1
+project.version=0.4.2
3
4
# Specifies the JVM arguments used for the daemon process.
5
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
0 commit comments