chore: prep for 3.3.0 (#319)

This commit is contained in:
Ryan Brink
2022-09-15 08:27:17 -05:00
committed by GitHub
parent fdcc64d29c
commit 95ae274f1d
36 changed files with 138 additions and 78 deletions

View File

@ -17,6 +17,9 @@ sourdoughLibrary {
}
dependencies {
// Versions
val detektVersion: String by project
// IMPLEMENTATION
implementation(projects.kompendiumCore)
@ -26,6 +29,9 @@ dependencies {
// TESTING
testImplementation(testFixtures(projects.kompendiumCore))
// Formatting
detektPlugins("io.gitlab.arturbosch.detekt:detekt-formatting:$detektVersion")
}
testing {

View File

@ -43,6 +43,7 @@ object NotarizedLocations {
name = "NotarizedLocations",
createConfiguration = ::Config
) {
println("hi")
val spec = application.attributes[KompendiumAttributes.openApiSpec]
val serializableReader = application.attributes[KompendiumAttributes.schemaConfigurator]
pluginConfig.locations.forEach { (k, v) ->