Skip to content

Cannot execute null+configuration #297

@boris-petrov

Description

@boris-petrov

Gradle version is 3.4.1. With the following (part of) build.gradle:

plugins {
	id 'com.github.johnrengelman.shadow' version '2.0.0'
	id 'me.champeau.gradle.jmh' version '0.3.1'
}

apply plugin: 'com.github.johnrengelman.shadow'
apply plugin: 'me.champeau.gradle.jmh'

I get:

An exception occurred applying plugin request [id: 'me.champeau.gradle.jmh', version: '0.3.1']
> Failed to apply plugin [id 'me.champeau.gradle.jmh']
   > Cannot execute null+configuration ':backend:shadow'

This didn't happen with 1.2.4. I've no idea what that error is or how to debug it. Please advise. :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions