Skip to content

Commit

Permalink
chore: style
Browse files Browse the repository at this point in the history
  • Loading branch information
iwaltgen committed Feb 22, 2022
1 parent d5853ac commit 80ba870
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 27 deletions.
2 changes: 0 additions & 2 deletions restdocs-api-spec-gradle-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
plugins {
java
kotlin("jvm")
`java-gradle-plugin`
id("com.gradle.plugin-publish") version "0.20.0"
}
Expand Down
5 changes: 0 additions & 5 deletions restdocs-api-spec-jsonschema/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
plugins {
java
kotlin("jvm")
}

val jacksonVersion: String by extra
val assertjVersion: String by extra
val jsonpathVersion: String by extra
Expand Down
5 changes: 0 additions & 5 deletions restdocs-api-spec-mockmvc/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
plugins {
java
kotlin("jvm")
}

val springBootVersion: String by extra
val springRestDocsVersion: String by extra
val junitVersion: String by extra
Expand Down
5 changes: 0 additions & 5 deletions restdocs-api-spec-model/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
plugins {
java
kotlin("jvm")
}

val jacksonVersion: String by extra

dependencies {
Expand Down
5 changes: 0 additions & 5 deletions restdocs-api-spec-openapi3-generator/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
plugins {
java
kotlin("jvm")
}

val jacksonVersion: String by extra
val swaggerVersion: String by extra
val swaggerParserVersion: String by extra
Expand Down
5 changes: 0 additions & 5 deletions restdocs-api-spec/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
plugins {
java
kotlin("jvm")
}

val jacksonVersion: String by extra
val springBootVersion: String by extra
val springRestDocsVersion: String by extra
Expand Down

0 comments on commit 80ba870

Please sign in to comment.