Skip to content

Instantly share code, notes, and snippets.

View Frechman's full-sized avatar

Sergey Gavrilov Frechman

View GitHub Profile
@mrbald
mrbald / build.gradle
Last active November 7, 2024 22:11
JMH gradle without plugin for multi-module projects
...
subprojects {
...
apply plugin: 'java'
apply plugin: 'scala'
sourceCompatibility = 1.8
targetCompatibility = 1.8