Skip to content

Commit b8d4c6e

Browse files
authored
Merge pull request #51 from NeoUtils/hotfix/issue-50-UnixSystem-not-found-crash
Release v2.2.1 - Missing UnixSystem on linux
2 parents 6865947 + 3594777 commit b8d4c6e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

build-logic/src/main/kotlin/com.neoutils.neoregex.desktop-app.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ compose.desktop {
5252

5353
nativeDistributions {
5454

55+
modules("jdk.security.auth")
56+
5557
targetFormats(
5658
TargetFormat.Exe,
5759
TargetFormat.Rpm,

build-logic/src/main/kotlin/extension/Project.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ val config = Config(
2727
version = Config.Version(
2828
major = 2,
2929
minor = 2,
30-
patch = 0,
30+
patch = 1,
3131
phase = Config.Phase.RELEASE
3232
),
3333
android = Config.Android(

0 commit comments

Comments
 (0)