Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error with gradle 8.10.2: Dependencies can not be declared against the compileClasspath configuration. #4

Open
andreasabel opened this issue Nov 30, 2024 · 0 comments

Comments

@andreasabel
Copy link

When adding com.squarespace.jasmin to my gradle.build:

plugins {
    // Apply the application plugin to add support for building a CLI application in Java.
    id 'application'

    // plugins for building parser and lexer using cup and jflex respectively
    id 'cup.gradle.cup-gradle-plugin' version '2.0'
    id 'org.caffinitas.gradle.jflex' version '0.1.1'

    // broken, see https://github.com/jprante/gradle-plugin-jflex/issues/24
    // id 'org.xbib.gradle.plugin.jflex' version '3.0.2'

    id 'com.squarespace.jasmin' version '0.8'

    id 'com.gradleup.shadow' version '8.3.5'
    id 'java'
}
...

The build fails with this error:

An exception occurred applying plugin request [id: 'com.squarespace.jasmin', version: '0.8']
> Failed to apply plugin 'com.squarespace.jasmin'.
   > Dependencies can not be declared against the `compileClasspath` configuration.

Is this plugin still working? (Last update on repo is 3 years ago.)
Could we get some instructions how to use this plugin? (Readme is empty.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant