-
-
Notifications
You must be signed in to change notification settings - Fork 423
Cannot execute null+configuration #297
Copy link
Copy link
Closed
Description
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. :)
Reactions are currently unavailable