Skip to content

Commit 3f907ae

Browse files
committed
Update dependency Lizzy to v4.1.0
Enables JSPF playlist (JSON XSPF) support.
1 parent 6d29d12 commit 3f907ae

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

build.gradle

Lines changed: 4 additions & 3 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.0.1'
89+
implementation 'io.github.borewit:lizzy:4.1.0'
9090

9191
// https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-core
9292
implementation 'org.apache.logging.log4j:log4j-core:2.23.1'
@@ -183,6 +183,7 @@ 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
186187
// imageOptions += ['--win-console']
187188
imageOptions += ['--app-version', cleanVersion]
188189
installerOptions += [

src/main/java/module-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010

1111
uses io.github.borewit.lizzy.playlist.SpecificPlaylistProvider;
1212
uses org.apache.logging.log4j.spi.Provider;
13-
}
13+
}

0 commit comments

Comments
 (0)