Skip to content

Commit

Permalink
[Truffle] JT: Force a full rebuild for mvn install.
Browse files Browse the repository at this point in the history
* Otherwise you can easily get NoSuchMethodError etc.
  • Loading branch information
eregon committed Jun 18, 2015
1 parent 9d64c6d commit 16f52b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool/jt.rb
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ def findbugs(report=nil)
def install(arg)
case arg
when /.*suite.*\.py$/
mvn 'package'
rebuild
mvn '-Pcomplete'

suite_file = arg
Expand Down

0 comments on commit 16f52b7

Please sign in to comment.