Skip to content

Commit 8b9d554

Browse files
authored
chore: fix build (#1953)
1 parent 6d8d2fc commit 8b9d554

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

examples/client/maven-client/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ tasks {
1414
val kotlinJvmVersion: String by project
1515
/* Gradle is used to invoke maven wrapper */
1616
val mavenEnvironmentVariables = mapOf(
17-
"graphqlKotlinVersion" to project.version,
17+
"graphqlKotlinVersion" to project.ext["version"],
1818
"kotlinJvmTarget" to kotlinJvmVersion,
1919
"kotlinVersion" to libs.versions.kotlin.get(),
2020
"kotlinxCoroutinesVersion" to libs.versions.kotlinx.coroutines.get(),

examples/gradle.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
group = com.expediagroup.examples
2-
version = 7.0.0-SNAPSHOT
32

43
# build config
54
org.gradle.caching=true

0 commit comments

Comments
 (0)