Skip to content

Commit

Permalink
chore: fix build (#1953)
Browse files Browse the repository at this point in the history
  • Loading branch information
dariuszkuc committed Apr 15, 2024
1 parent 6d8d2fc commit 8b9d554
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion examples/client/maven-client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ tasks {
val kotlinJvmVersion: String by project
/* Gradle is used to invoke maven wrapper */
val mavenEnvironmentVariables = mapOf(
"graphqlKotlinVersion" to project.version,
"graphqlKotlinVersion" to project.ext["version"],
"kotlinJvmTarget" to kotlinJvmVersion,
"kotlinVersion" to libs.versions.kotlin.get(),
"kotlinxCoroutinesVersion" to libs.versions.kotlinx.coroutines.get(),
Expand Down
1 change: 0 additions & 1 deletion examples/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
group = com.expediagroup.examples
version = 7.0.0-SNAPSHOT

# build config
org.gradle.caching=true
Expand Down

0 comments on commit 8b9d554

Please sign in to comment.