Skip to content

Commit

Permalink
Conditionally disable :example-frontend-js for snapshot train
Browse files Browse the repository at this point in the history
It doesn't work properly with new JS IR BE because it depends on a really old plugin version
  • Loading branch information
qwwdfsad committed Mar 10, 2020
1 parent 1eae238 commit 49052b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ def module(String path) {
include(name)
project(":$name").projectDir = file(path)
}

def prop = properties['build_snapshot_train']
ext.build_snapshot_train = prop != null && prop != ""
// ---------------------------

include('benchmarks')
Expand Down

0 comments on commit 49052b8

Please sign in to comment.