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 {
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
8686dependencies {
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 + = [
You can’t perform that action at this time.
0 commit comments