Skip to content

Commit 49052b8

Browse files
committed
Conditionally disable :example-frontend-js for snapshot train
It doesn't work properly with new JS IR BE because it depends on a really old plugin version
1 parent 1eae238 commit 49052b8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

settings.gradle

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ def module(String path) {
1111
include(name)
1212
project(":$name").projectDir = file(path)
1313
}
14-
14+
def prop = properties['build_snapshot_train']
15+
ext.build_snapshot_train = prop != null && prop != ""
1516
// ---------------------------
1617

1718
include('benchmarks')

0 commit comments

Comments
 (0)