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

Gradle builds don't incorporate plugins #325

Open
swalton00 opened this issue Jun 26, 2023 · 0 comments
Open

Gradle builds don't incorporate plugins #325

swalton00 opened this issue Jun 26, 2023 · 0 comments

Comments

@swalton00
Copy link

If I build Griffon 16.0 with Gradle (even new archetype) with groovy and swing on Windows with Java 8, when plugins are requested in the build.gradle file, it builds successfully and most plugins run clean, but the functionality for the plugin is missing. Two examples:

  1. Add in the JMX (monitor) plugin. This should require no additional configuration and a JConsole should show Griffon when connected. The Griffon data is missing (building with Griffon 15.1 with Maven and it runs correctly).
  2. Add in the Datasource plugin. The compile runs successfully and the code runs successfully with no no errors. It should fail at runtime because of the missing DataSource.groovy file.
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