Skip to content

Commit 8302961

Browse files
author
Alexander Wenzowski
committed
temporarily add workaround to #34
1 parent 98e9297 commit 8302961

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ Rebuilding the client library is annoying, so I keep an up to date compiled copy
166166
```
167167
cd ..
168168
git clone https://code.google.com/p/closure-library/
169+
git checkout -q 83c6a0b97bd16e23a8578ddb1a53d8e1a21fb4cf
169170
cd closure-library
170171
```
171172
@@ -196,6 +197,10 @@ Rebuilding the client library is annoying, so I keep an up to date compiled copy
196197
### Java ~1.7 is a hard requirement.
197198
Building this project with Java ~1.6 will fail, and may even fail silently.
198199
200+
### Known issue with latest closure-library.
201+
Until #34 is resolved upstream, use closure-library#83c6a0b97bd1
202+
203+
199204
200205
---
201206

0 commit comments

Comments
 (0)