feat: v2-alpha (#112)
There are still some bugs, still some outstanding features, but I don't want to hold this back any longer, that way I can keep the future PRs much more focused
This commit is contained in:
@ -1,6 +1,8 @@
|
||||
rootProject.name = "kompendium"
|
||||
|
||||
include("kompendium-annotations")
|
||||
include("kompendium-core")
|
||||
include("kompendium-oas")
|
||||
include("kompendium-auth")
|
||||
include("kompendium-swagger-ui")
|
||||
include("kompendium-playground")
|
||||
@ -8,4 +10,10 @@ include("kompendium-locations")
|
||||
|
||||
// Feature Previews
|
||||
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
|
||||
enableFeaturePreview("VERSION_CATALOGS")
|
||||
|
||||
pluginManagement {
|
||||
repositories {
|
||||
gradlePluginPortal()
|
||||
mavenLocal()
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user