Some documentation for versionup.pl
parent
267164e996
commit
63e26fdc16
|
@ -1,5 +1,9 @@
|
||||||
#!/usr/bin/perl -i.orig
|
#!/usr/bin/perl -i.orig
|
||||||
|
|
||||||
|
# Edit a build.gradle file in-place to update plugins to a specific version
|
||||||
|
# To update all subprojects, run:
|
||||||
|
# ./versionup.pl */build.gradle
|
||||||
|
|
||||||
# Plugins and their latest versions
|
# Plugins and their latest versions
|
||||||
$plugins = {
|
$plugins = {
|
||||||
'com.google.protobuf' => '0.8.0',
|
'com.google.protobuf' => '0.8.0',
|
||||||
|
|
Loading…
Reference in New Issue