Skip to content

Commit 187031b

Browse files
authored
Merge pull request #48 from sourceplusplus/dev
v0.4.5
2 parents 7a324c3 + bb7d5b3 commit 187031b

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.github/workflows/build.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717
buildOnMac:
1818
runs-on: macos-latest
1919
timeout-minutes: 20
20+
concurrency:
21+
group: ${{ github.workflow }}-${{ github.ref }}
22+
cancel-in-progress: true
2023

2124
steps:
2225
- uses: actions/checkout@v2
@@ -48,6 +51,9 @@ jobs:
4851
buildOnWindows:
4952
runs-on: windows-2019
5053
timeout-minutes: 20
54+
concurrency:
55+
group: ${{ github.workflow }}-${{ github.ref }}
56+
cancel-in-progress: true
5157

5258
steps:
5359
- uses: actions/checkout@v2
@@ -86,6 +92,9 @@ jobs:
8692
buildOnLinux:
8793
runs-on: ubuntu-latest
8894
timeout-minutes: 20
95+
concurrency:
96+
group: ${{ github.workflow }}-${{ github.ref }}
97+
cancel-in-progress: true
8998

9099
outputs:
91100
version: ${{ steps.properties.outputs.version }}

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
kotlin.code.style=official
22

33
cliGroup=com.sourceplusplus
4-
projectVersion=0.4.4
4+
projectVersion=0.4.5
55

66
vertxVersion=4.2.4
77
graalVersion = 21.3.0

0 commit comments

Comments
 (0)