Enable Java 14 preview features in Gradle, Maven and Idea 📅 2020-03-02 · ☕ 2 min read Discover how to enable Java 14 preview features in Gradle, Maven, Idea and Command line.
Convenient mocking in Mockito with JUnit 5 - the official way 📅 2018-03-27 · ☕ 4 min read Learn about new, built-in, official support in Mockito for managing a mocking life cycle if JUnit 5 is used.
Deploy to Maven Central using API key (aka auth token) 📅 2015-09-08 · 📝 2020-04-06 · ☕ 3 min read How to communicate with Maven Central/Nexus without using the password kept locally unencrypted (especially with Gradle, but not limited to it).