Skip to content

Commit

Permalink
Add version-catalog def in integration-tests (#3175)
Browse files Browse the repository at this point in the history
  • Loading branch information
aSemy authored Sep 6, 2023
1 parent ec41cc1 commit 91ab2df
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions dokka-integration-tests/settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ dependencyResolutionManagement {
repositories {
mavenCentral()
}

versionCatalogs {
create("libs") {
from(files("../gradle/libs.versions.toml"))
}
}
}

enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
Expand Down

0 comments on commit 91ab2df

Please sign in to comment.