File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-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.1.0 '
89
+ implementation ' io.github.borewit:lizzy:4.1.1 '
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,7 +183,6 @@ 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
187
186
// imageOptions += ['--win-console']
188
187
imageOptions + = [' --app-version' , cleanVersion]
189
188
installerOptions + = [
You can’t perform that action at this time.
0 commit comments