Skip to content

Instantly share code, notes, and snippets.

View adorogensky's full-sized avatar
🤙

Alex Dorogensky adorogensky

🤙
  • Extreme Engineering LLC
  • Los Angeles, CA
View GitHub Profile
@adorogensky
adorogensky / build.gradle
Created August 25, 2020 01:43 — forked from mrbald/build.gradle
JMH gradle without plugin for multi-module projects
...
subprojects {
...
apply plugin: 'java'
apply plugin: 'scala'
sourceCompatibility = 1.8
targetCompatibility = 1.8