We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d8d2fc commit 8b9d554Copy full SHA for 8b9d554
examples/client/maven-client/build.gradle.kts
@@ -14,7 +14,7 @@ tasks {
14
val kotlinJvmVersion: String by project
15
/* Gradle is used to invoke maven wrapper */
16
val mavenEnvironmentVariables = mapOf(
17
- "graphqlKotlinVersion" to project.version,
+ "graphqlKotlinVersion" to project.ext["version"],
18
"kotlinJvmTarget" to kotlinJvmVersion,
19
"kotlinVersion" to libs.versions.kotlin.get(),
20
"kotlinxCoroutinesVersion" to libs.versions.kotlinx.coroutines.get(),
examples/gradle.properties
@@ -1,5 +1,4 @@
1
group = com.expediagroup.examples
2
-version = 7.0.0-SNAPSHOT
3
4
# build config
5
org.gradle.caching=true
0 commit comments