~/devreads

#gradle

5 posts

8 May

Netflix Technology Blog 10 min read

By John Burns and Emily Yuan Introduction At Netflix, we operate using a polyrepo strategy with tens of thousands of Java repositories. This means that we need to have ways of sharing common build logic across these repositories. On the JVM Ecosystem team within Java Platform, we build tooling such as the Nebula suite of Gradle plugins to provide standard…

gradlenebulajavaarchunit

15 Dec 2023

lukaseder 1 min read

New Dialects It’s been a few releases since we’ve added support for new dialects, but finally some very interesting RDBMS of increasing popularity have joined the jOOQ family including: These dialects are available in all jOOQ editions. New dialect versions In addition to these entirely new dialects, big new CockroachDB and Oracle versions have shipped: … Continue reading jOOQ 3.19.0…

jooq-developmentcockroachdb 23duckdbgradlegradle plugin

24 Jun 2021

lukaseder 1 min read

jbang is a relatively new utility that … … lets students, educators and professional developers create, edit and run self-contained source-only Java programs with unprecedented ease. Sounds exciting. How does it work with jOOQ? Very easy! Set it up like this (other installation options here): curl -Ls https://sh.jbang.dev | bash -s - app setup And … Continue reading Quickly Trying…

jooq-in-useclicode generatordependenciesgradle

13 Oct 2016

Jared Burrows 5 min read

See my conference talk here: Youtube link: https://www.youtube.com/watch?v=ZmI-NZ1akow SpeakerDeck: https://speakerdeck.com/jaredsburrows/the-road-to-single-dex-gradle-summit-2017 Original Post: The Yammer for Android app was over the dex limit. This means the Android application was being shipped with more than one .dex file because each .dex file can only hold around 64k methods . I was determined to make our Android application much smaller in order to…

androidandroid-app-developmentproguardgradlemultidex

2 Dec 2014

lukaseder 1 min read

According to a recent survey by ZeroTurnaround’s RebelLabs, Maven is still the leading Java build platform. The current market share distribution, according to RebelLabs is: Maven with 64% Ant + Ivy with 16.5% Gradle with 11% Yet, at the same time, Maven is often criticised for being a bit obscure and intrusive. Compared to runner-ups … Continue reading How to…

javabintraycommercial artefactsgradlejdbc