Skip to content

chore: fix build #1953

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 1 commit into from
Apr 15, 2024
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
Loading