Skip to content

Commit 9dc08fe

Browse files
committed
Ticket-3115: Documentation for the swagger-gradle-plugin appears to give incorrect artifact path
- Fix: show correct GAV coordinates for swagger-gradle-plugin when using the Gradle buildscript Syntax
1 parent a1da8b5 commit 9dc08fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/swagger-gradle-plugin/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ buildscript {
1818
}
1919
}
2020
dependencies {
21-
classpath "gradle.plugin.io.swagger.core.v3.swagger-gradle-plugin:2.0.8-SNAPSHOT"
21+
classpath "io.swagger.core.v3:swagger-gradle-plugin:2.0.8-SNAPSHOT"
2222
}
2323
}
2424

0 commit comments

Comments
 (0)