zalando-zmon / zmon-android

Android client for ZMON monitoring
Other
7 stars 0 forks source link

Build fails with error "package de.iweinzierl.jsonformat does not exist" #10

Closed hjacobs closed 8 years ago

hjacobs commented 8 years ago

Build fails locally and on Travis CI:

:app:compileDebugJavaWithJavac/home/travis/build/zalando/zmon-android/app/src/main/java/de/zalando/zmon/adapter/EntitiesListAdapter.java:13: error: package de.iweinzierl.jsonformat does not exist
import de.iweinzierl.jsonformat.HtmlFormatter;
hjacobs commented 8 years ago

Note from @iweinzierl: Die Lib ist im Central Maven Repository, nur unter "com.github.iweinzierl":

<groupId>com.github.iweinzierl</groupId>
<artifactId>jsonformat</artifactId>
<version>1.0</version>

Fixe ich.

iweinzierl commented 8 years ago

Fixed with a9163f440cc541c52c30a4eaae4f7e8cdfc34881

hjacobs commented 8 years ago

:+1: