File tree 1 file changed +1
-19
lines changed
plugins/graphql-kotlin-maven-plugin
1 file changed +1
-19
lines changed Original file line number Diff line number Diff line change @@ -3,30 +3,12 @@ import java.time.Duration
3
3
4
4
description = " GraphQL Kotlin Maven Plugin that can generate type-safe GraphQL Kotlin client and GraphQL schema in SDL format using reflections"
5
5
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
-
22
6
@Suppress(" DSL_SCOPE_VIOLATION" ) // TODO: remove once KTIJ-19369 / Gradle#22797 is fixed
23
7
plugins {
24
8
id(" com.expediagroup.graphql.conventions" )
25
- // alias(libs.plugins.maven.plugin.development)
9
+ alias(libs.plugins.maven.plugin.development)
26
10
}
27
11
28
- apply (plugin = " de.benediktritter.maven-plugin-development" )
29
-
30
12
dependencies {
31
13
api(projects.graphqlKotlinClientGenerator)
32
14
api(projects.graphqlKotlinSdlGenerator)
You can’t perform that action at this time.
0 commit comments