pluginManagement { repositories { maven { url "http://localhost:8081/repository/maven-public/" allowInsecureProtocol true } } } plugins { id("me.champeau.jmh") version "0.7.2" apply false } dependencyResolutionManagement { repositories { maven { url "http://localhost:8081/repository/maven-public/" allowInsecureProtocol true } } } include "primitiveCollections"