Skip to content

Instantly share code, notes, and snippets.

View bandrzejczak's full-sized avatar

Bartek Andrzejczak bandrzejczak

View GitHub Profile
@aalmiray
aalmiray / .travis.yml
Last active October 31, 2019 19:39
Gradle Glam: jacoco + coveralls
language: java
script: ./gradlew build jacocoTestReport
jdk: oraclejdk7
env:
matrix:
- TERM=dumb
after_success:
- ./gradlew jacocoRootReport coveralls

First of all, sorry for the radio silence. I forgot this channel existed, and Gitter notifications have always been flaky for me.

Second, it sounds like the reasons behind adding a type parameter to Cache are not very clear, so I'll explain below. Maybe I should add some kind of design/architecture page to the microsite?

Third, thank you for all your work on the PR. Sorry again for not being available to give feedback earlier.