Skip to content

Commit

Permalink
overwrite glean_parser version
Browse files Browse the repository at this point in the history
  • Loading branch information
akliuxingyuan committed Aug 7, 2024
1 parent a1efc1b commit 7926904
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ buildscript {
ksp_plugin = Versions.ksp_plugin
protobuf_plugin = FenixVersions.protobuf_plugin
python_envs_plugin = Versions.python_envs_plugin
gleanParserOverride = "14.4.0"
}
}

Expand Down Expand Up @@ -68,6 +67,10 @@ allprojects {
"-opt-in=kotlin.RequiresOptIn", "-Xjvm-default=all-compatibility"
]
}

ext {
gleanParserOverride = "14.4.0"
}
}

subprojects {
Expand Down

0 comments on commit 7926904

Please sign in to comment.