Skip to content

Commit c55672f

Browse files
authored
Merge pull request #49 from sourceplusplus/dev
v0.4.6
2 parents 187031b + 7e2aa51 commit c55672f

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: macos-latest
1919
timeout-minutes: 20
2020
concurrency:
21-
group: ${{ github.workflow }}-${{ github.ref }}
21+
group: ${{ github.workflow }}-${{ github.ref }}-buildOnMac
2222
cancel-in-progress: true
2323

2424
steps:
@@ -52,7 +52,7 @@ jobs:
5252
runs-on: windows-2019
5353
timeout-minutes: 20
5454
concurrency:
55-
group: ${{ github.workflow }}-${{ github.ref }}
55+
group: ${{ github.workflow }}-${{ github.ref }}-buildOnWindows
5656
cancel-in-progress: true
5757

5858
steps:
@@ -93,7 +93,7 @@ jobs:
9393
runs-on: ubuntu-latest
9494
timeout-minutes: 20
9595
concurrency:
96-
group: ${{ github.workflow }}-${{ github.ref }}
96+
group: ${{ github.workflow }}-${{ github.ref }}-buildOnLinux
9797
cancel-in-progress: true
9898

9999
outputs:

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
kotlin.code.style=official
22

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

6-
vertxVersion=4.2.4
6+
vertxVersion=4.2.6
77
graalVersion = 21.3.0
88
apolloVersion=3.2.0
99
commonsLang3Version = 3.12.0

src/main/resources/META-INF/native-image/spp/cli/native-image.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,5 @@ io.netty.handler.ssl.BouncyCastleAlpnSslUtils,\
5555
io.vertx.core.eventbus.impl.clustered.ClusteredEventBus,\
5656
io.netty.channel.unix,\
5757
io.netty.channel.epoll,\
58-
io.netty.buffer.ByteBufUtil$HexUtil
58+
io.netty.buffer.ByteBufUtil$HexUtil,\
59+
io.netty.internal.tcnative.CertificateCompressionAlgo

0 commit comments

Comments
 (0)