Skip to content

Commit 5bfb53c

Browse files
committed
Update dependency Lizzy to 4.1.1, fixing JAXB-runtime inclusion
1 parent e27fd9a commit 5bfb53c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

build.gradle

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,14 +79,14 @@ repositories {
7979
}
8080
mavenLocal()
8181
// Staging repository
82-
//maven { url 'https://s01.oss.sonatype.org/content/groups/staging/' }
83-
//maven { url 'https://s01.oss.sonatype.org/content/repositories/snapshots/' }
82+
maven { url 'https://s01.oss.sonatype.org/content/groups/staging/' }
83+
maven { url 'https://s01.oss.sonatype.org/content/repositories/snapshots/' }
8484
}
8585

8686
dependencies {
8787

8888
// Provides christophedelory.playlist.*
89-
implementation 'io.github.borewit:lizzy:4.1.0'
89+
implementation 'io.github.borewit:lizzy:4.1.1'
9090

9191
// https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-core
9292
implementation 'org.apache.logging.log4j:log4j-core:2.23.1'
@@ -183,7 +183,6 @@ jlink {
183183
def currentOs = org.gradle.internal.os.OperatingSystem.current()
184184
icon = currentOs.windows ? pathFavicon : pathPngIcon
185185
description = 'Fix and repairs broken playlist'
186-
forceMerge 'log4j' // Solves duplicate `uses` in merged module-info
187186
// imageOptions += ['--win-console']
188187
imageOptions += ['--app-version', cleanVersion]
189188
installerOptions += [

0 commit comments

Comments
 (0)