Skip to content

Commit d34e169

Browse files
committed
jt: check_polyglot_methods needs a build
1 parent 5e8f8b3 commit d34e169

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tool/jt.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2936,6 +2936,8 @@ def lint(*args)
29362936
unless fast
29372937
mx 'gate', '--tags', 'style' # mx eclipseformat, mx checkstyle and a few more checks
29382938

2939+
build
2940+
29392941
check_core_symbols
29402942
check_parser
29412943
check_options
@@ -2947,8 +2949,8 @@ def lint(*args)
29472949
check_source_files if ci?
29482950
check_heap_dump if ci?
29492951

2950-
build
29512952
run_ruby('tool/find_unused_primitives.rb')
2953+
29522954
spotbugs
29532955
end
29542956
end

0 commit comments

Comments
 (0)