File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -79,14 +79,14 @@ repositories {
79
79
}
80
80
mavenLocal()
81
81
// 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/' }
84
84
}
85
85
86
86
dependencies {
87
87
88
88
// Provides christophedelory.playlist.*
89
- implementation ' io.github.borewit:lizzy:4.0.1 '
89
+ implementation ' io.github.borewit:lizzy:4.1.0 '
90
90
91
91
// https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-core
92
92
implementation ' org.apache.logging.log4j:log4j-core:2.23.1'
@@ -183,6 +183,7 @@ jlink {
183
183
def currentOs = org.gradle.internal.os.OperatingSystem . current()
184
184
icon = currentOs. windows ? pathFavicon : pathPngIcon
185
185
description = ' Fix and repairs broken playlist'
186
+ forceMerge ' log4j' // Solves duplicate `uses` in merged module-info
186
187
// imageOptions += ['--win-console']
187
188
imageOptions + = [' --app-version' , cleanVersion]
188
189
installerOptions + = [
Original file line number Diff line number Diff line change 10
10
11
11
uses io .github .borewit .lizzy .playlist .SpecificPlaylistProvider ;
12
12
uses org .apache .logging .log4j .spi .Provider ;
13
- }
13
+ }
You can’t perform that action at this time.
0 commit comments