sockeqwe / fragmentargs

Annotation Processor for setting arguments in android fragments
http://hannesdorfmann.com/android/fragmentargs
Apache License 2.0
1.08k stars 87 forks source link

allow jdk8 to be used for snapshot deployment #106

Closed AndreasBoehm closed 6 years ago

AndreasBoehm commented 6 years ago

If you take a look at the following travis build you can see why the snapshot deployment was skipped: https://travis-ci.org/sockeqwe/fragmentargs/builds/394610516#L2514

Skipping snapshot deployment: wrong JDK. Expected 'oraclejdk7' but was 'oraclejdk8'.
sockeqwe commented 6 years ago

snapshot deployment is not set up properly unfortunately (needs some more maven config, profiles etc.)