-
-
Notifications
You must be signed in to change notification settings - Fork 424
Plugin with id 'com.github.johnrengelman.shadow' not found. #221
Copy link
Copy link
Closed
Description
I get the following error:
Plugin with id 'com.github.johnrengelman.shadow' not found.
I am using exactly this:
buildscript {
repositories {
maven {
url "https://plugins.gradle.org/m2/"
}
}
dependencies {
classpath "com.github.jengelman.gradle.plugins:shadow:1.2.3"
}
}
apply plugin: "com.github.johnrengelman.shadow"
I have tried putting it under subprojects, all projects, root, individual project sections.
Any help would be appreciated.
------------------------------------------------------------
Gradle 2.13
------------------------------------------------------------
Build time: 2016-04-25 04:10:10 UTC
Build number: none
Revision: 3b427b1481e46232107303c90be7b05079b05b1c
Groovy: 2.4.4
Ant: Apache Ant(TM) version 1.9.6 compiled on June 29 2015
JVM: 1.8.0_77 (Oracle Corporation 25.77-b03)
OS: Linux 4.2.0-16-generic amd64
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels