Skip to content

Commit

Permalink
Added migration of --jvm-jdk-paths to --jvm-distributions-paths
Browse files Browse the repository at this point in the history
Followon to https://rbcommons.com/s/twitter/r/2677/

Testing Done:
CI running at https://travis-ci.org/pantsbuild/pants/builds/79001324

Tested locally against the square java repo.

Bugs closed: 2149

Reviewed at https://rbcommons.com/s/twitter/r/2781/
  • Loading branch information
ericzundel committed Sep 8, 2015
1 parent 2038d32 commit 423f718
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions migrations/options/src/python/migrate_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
('DEFAULT', 'bootstrap_buildfiles'): ('goals', 'bootstrap_buildfiles'),

('jvm', 'missing_deps_target_whitelist'): ('compile.jvm-dep-check', 'missing_deps_whitelist'),
('jvm', 'jdk_paths'): ('jvm-distributions', 'paths'),
('compile.java', 'missing_deps'): ('compile.jvm-dep-check', 'missing_deps'),
('compile.java', 'missing_direct_deps'): ('compile.jvm-dep-check', 'missing_direct_deps'),
('compile.java', 'missing_deps_whitelist'): ('compile.jvm-dep-check', 'missing_deps_whitelist'),
Expand Down

0 comments on commit 423f718

Please sign in to comment.