aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/blog/_posts/2015-07-08-Java-Configuration.md
diff options
context:
space:
mode:
authorGravatar Damien Martin-Guillerez <dmarting@google.com>2015-08-25 15:56:25 +0000
committerGravatar Lukacs Berki <lberki@google.com>2015-08-26 07:39:03 +0000
commit39f22cad35cd465a22ea1c485da097f50de04def (patch)
tree64f9a10479e96c60294779e672e856bbd2bd6c12 /site/blog/_posts/2015-07-08-Java-Configuration.md
parent55eb10d83b0c0e17fb43daf9f5681e960a20dde7 (diff)
Fix flag name in Blog post about java configuration
-- MOS_MIGRATED_REVID=101470152
Diffstat (limited to 'site/blog/_posts/2015-07-08-Java-Configuration.md')
-rw-r--r--site/blog/_posts/2015-07-08-Java-Configuration.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/site/blog/_posts/2015-07-08-Java-Configuration.md b/site/blog/_posts/2015-07-08-Java-Configuration.md
index 777dbb4958..858ca0c6fa 100644
--- a/site/blog/_posts/2015-07-08-Java-Configuration.md
+++ b/site/blog/_posts/2015-07-08-Java-Configuration.md
@@ -8,9 +8,9 @@ keep the tools directory provided with Bazel in the package path, you could do
that by having the following rc file:
```
-build --javacopts="-extra_checks:off"
-build --javacopts="-source 8"
-build --javacopts="-target 8"
+build --javacopt="-extra_checks:off"
+build --javacopt="-source 8"
+build --javacopt="-target 8"
```
However, the file would becomes quickly overloaded, especially if you take