Skip to content

Commit 018048f

Browse files
committed
remove maven plugin wqversion override
1 parent 62d62c2 commit 018048f

File tree

1 file changed

+1
-19
lines changed

1 file changed

+1
-19
lines changed

plugins/graphql-kotlin-maven-plugin/build.gradle.kts

+1-19
Original file line numberDiff line numberDiff line change
@@ -3,30 +3,12 @@ import java.time.Duration
33

44
description = "GraphQL Kotlin Maven Plugin that can generate type-safe GraphQL Kotlin client and GraphQL schema in SDL format using reflections"
55

6-
buildscript {
7-
repositories {
8-
mavenCentral()
9-
mavenLocal {
10-
content {
11-
includeGroup("de.benediktritter")
12-
}
13-
}
14-
}
15-
16-
dependencies {
17-
classpath(libs.wiremock.standalone)
18-
classpath("de.benediktritter:plugin:99.99.99")
19-
}
20-
}
21-
226
@Suppress("DSL_SCOPE_VIOLATION") // TODO: remove once KTIJ-19369 / Gradle#22797 is fixed
237
plugins {
248
id("com.expediagroup.graphql.conventions")
25-
// alias(libs.plugins.maven.plugin.development)
9+
alias(libs.plugins.maven.plugin.development)
2610
}
2711

28-
apply(plugin = "de.benediktritter.maven-plugin-development")
29-
3012
dependencies {
3113
api(projects.graphqlKotlinClientGenerator)
3214
api(projects.graphqlKotlinSdlGenerator)

0 commit comments

Comments
 (0)