Skip to content

Commit

Permalink
Remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbonnin committed Jan 13, 2025
1 parent 43e110c commit a058e99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/apollo-gradle-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ apolloLibrary(
)

// Set to false to skip relocation and save some building time during development
val relocateJar = System.getenv("APOLLO_RELOCATE_JAR")?.toBoolean() ?: false
val relocateJar = System.getenv("APOLLO_RELOCATE_JAR")?.toBoolean() ?: true

val shadowedDependencies = configurations.create("shadowedDependencies")

Expand Down

0 comments on commit a058e99

Please sign in to comment.