Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ shadow-api-detector = { id = "com.arc-e-tect.shadow-api-detector", version.ref =

[versions]

shadow-api-detector = "0.3.0"
shadow-api-detector = "0.4.0"
spring-web = "7.0.8"

[libraries]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ shadow-api-detector = { id = "com.arc-e-tect.shadow-api-detector", version.ref =

[versions]

shadow-api-detector = "0.3.0"
shadow-api-detector = "0.4.0"
spring-web = "7.0.8"

[libraries]
Expand Down
2 changes: 1 addition & 1 deletion examples/shadow-api-detector/openapi-3-2/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
== Description

This example applies the Shadow API Detector plugin to a small `LibraryController` whose every endpoint is described in an OpenAPI 3.2 root document.
The example resolves the plugin from the local repository source via `includeBuild('../../../shadow-api-detector')` so it always validates the current in-repo implementation.
The example resolves the plugin from the official Gradle Plugin Portal release configured in `gradle/libs.versions.toml`.

== Intent

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ shadow-api-detector = { id = "com.arc-e-tect.shadow-api-detector", version.ref =

[versions]

shadow-api-detector = "0.3.0"
shadow-api-detector = "0.4.0"
spring-web = "7.0.8"

[libraries]
Expand Down
3 changes: 0 additions & 3 deletions examples/shadow-api-detector/openapi-3-2/settings.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
pluginManagement {
includeBuild('../../../shadow-api-detector')
repositories {
gradlePluginPortal()
}
Expand All @@ -16,6 +15,4 @@ refreshVersions {
}
}

includeBuild('../../../shadow-api-detector')

rootProject.name = 'shadow-api-detector-openapi-3-2-example'
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ shadow-api-detector = { id = "com.arc-e-tect.shadow-api-detector", version.ref =

[versions]

shadow-api-detector = "0.3.0"
shadow-api-detector = "0.4.0"
spring-web = "7.0.8"

[libraries]
Expand Down
Loading