Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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