mirror of
https://github.com/fankes/moshi.git
synced 2025-10-19 16:09:21 +08:00
Add error-prone compiler. (#259)
* Fix error-prone warning * Add error-prone compiler. * Suppress warning about calling getClass() on annotation.
This commit is contained in:
committed by
Jesse Wilson
parent
b6ebe53ffb
commit
05b0a46961
@@ -1,9 +1,13 @@
|
||||
language: java
|
||||
|
||||
jdk:
|
||||
- oraclejdk7
|
||||
- oraclejdk8
|
||||
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- oracle-java8-installer # Updates JDK 8 to the latest available.
|
||||
|
||||
after_success:
|
||||
- .buildscript/deploy_snapshot.sh
|
||||
|
||||
|
Reference in New Issue
Block a user