You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.)
The text was updated successfully, but these errors were encountered:
When adding
com.squarespace.jasmin
to mygradle.build
:The build fails with this error:
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.)
The text was updated successfully, but these errors were encountered: