Merge pull request #1241 from reitermarkus/deprecation-warning
Comment out `license` stanza deprecation warning.
This commit is contained in:
commit
0c193c308e
@ -205,7 +205,9 @@ module Hbc
|
|||||||
end
|
end
|
||||||
|
|
||||||
def license(*)
|
def license(*)
|
||||||
odeprecated "Hbc::DSL#license"
|
# TODO: Uncomment after `license` has been
|
||||||
|
# removed from all official taps.
|
||||||
|
# odeprecated "Hbc::DSL#license"
|
||||||
end
|
end
|
||||||
|
|
||||||
# depends_on uses a load method so that multiple stanzas can be merged
|
# depends_on uses a load method so that multiple stanzas can be merged
|
||||||
|
Loading…
x
Reference in New Issue
Block a user