File tree 1 file changed +1
-13
lines changed
plugins/graphql-kotlin-maven-plugin
1 file changed +1
-13
lines changed Original file line number Diff line number Diff line change @@ -4,29 +4,17 @@ import java.time.Duration
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
6
buildscript {
7
- repositories {
8
- mavenCentral()
9
- mavenLocal {
10
- content {
11
- includeGroup(" de.benediktritter" )
12
- }
13
- }
14
- }
15
-
16
7
dependencies {
17
8
classpath(libs.wiremock.standalone)
18
- classpath(" de.benediktritter:plugin:99.99.99" )
19
9
}
20
10
}
21
11
22
12
@Suppress(" DSL_SCOPE_VIOLATION" ) // TODO: remove once KTIJ-19369 / Gradle#22797 is fixed
23
13
plugins {
24
14
id(" com.expediagroup.graphql.conventions" )
25
- // alias(libs.plugins.maven.plugin.development)
15
+ alias(libs.plugins.maven.plugin.development)
26
16
}
27
17
28
- apply (plugin = " de.benediktritter.maven-plugin-development" )
29
-
30
18
dependencies {
31
19
api(projects.graphqlKotlinClientGenerator)
32
20
api(projects.graphqlKotlinSdlGenerator)
You can’t perform that action at this time.
0 commit comments