Skip to content

Commit

Permalink
Add missing settings config for flexmark dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
fmueller committed May 14, 2024
1 parent 052a13d commit 155a5c3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,12 @@ plugins {
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
}

dependencyResolutionManagement {
versionCatalogs {
create("libs") {
library("flexmark", "com.vladsch.flexmark:flexmark-all:0.64.8")
}
}
}

rootProject.name = "jarvis"

0 comments on commit 155a5c3

Please sign in to comment.