Skip to content

Commit 0710bc4

Browse files
committed
remove maven plugin wqversion override
1 parent c1419c8 commit 0710bc4

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

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

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,29 +4,17 @@ import java.time.Duration
44
description = "GraphQL Kotlin Maven Plugin that can generate type-safe GraphQL Kotlin client and GraphQL schema in SDL format using reflections"
55

66
buildscript {
7-
repositories {
8-
mavenCentral()
9-
mavenLocal {
10-
content {
11-
includeGroup("de.benediktritter")
12-
}
13-
}
14-
}
15-
167
dependencies {
178
classpath(libs.wiremock.standalone)
18-
classpath("de.benediktritter:plugin:99.99.99")
199
}
2010
}
2111

2212
@Suppress("DSL_SCOPE_VIOLATION") // TODO: remove once KTIJ-19369 / Gradle#22797 is fixed
2313
plugins {
2414
id("com.expediagroup.graphql.conventions")
25-
// alias(libs.plugins.maven.plugin.development)
15+
alias(libs.plugins.maven.plugin.development)
2616
}
2717

28-
apply(plugin = "de.benediktritter.maven-plugin-development")
29-
3018
dependencies {
3119
api(projects.graphqlKotlinClientGenerator)
3220
api(projects.graphqlKotlinSdlGenerator)

0 commit comments

Comments
 (0)