Quantcast
Channel: Gradle Forums - Latest posts
Viewing all articles
Browse latest Browse all 19870

Cannot apply plugin by id using kotlin DSL

$
0
0

I’m unable to add a plugin using id (Kotlin DSL). Not sure if the problem is with my setup, or something else. Here is a minimal setup to reproduce the problem: https://github.com/egmanoj/plugin-problem

I get the following error:

dockerdev@localhost:~/code/plugin-problem$ ./gradlew tasks

FAILURE: Build failed with an exception.

* Where:
Build file '/home/dockerdev/code/plugin-problem/build.gradle.kts' line: 7

* What went wrong:
Plugin [id: 'com.github.sedovalx.gradle-aspectj-binary', version: '1.0.37'] was not found in any of the following sources:

- Gradle Core Plugins (plugin is not in 'org.gradle' namespace)
- Plugin Repositories (could not resolve plugin artifact 'com.github.sedovalx.gradle-aspectj-binary:com.github.sedovalx.gradle-aspectj-binary.gradle.plugin:1.0.37')
  Searched in the following repositories:
    Gradle Central Plugin Repository
    BintrayJCenter

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 5s

Viewing all articles
Browse latest Browse all 19870

Trending Articles