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

Using with Grails 5.2.x -- repo location? #18

Open
seanoc5 opened this issue Sep 26, 2023 · 2 comments
Open

Using with Grails 5.2.x -- repo location? #18

seanoc5 opened this issue Sep 26, 2023 · 2 comments

Comments

@seanoc5
Copy link

seanoc5 commented Sep 26, 2023

Hello,
I am trying to use the taggable plugin on a 5.2.4 grails app. It looks like this github repo has been updated somewhat recently, but some of the content might be out of sync? Or, I may be missing some obvious things...

The docs say to add
compile "io.github.gpc:taggable:4.0.0"
to the dependencies, but AFAIU that is outdated in recent gradle, and perhaps should be
implementation "io.github.gpc:taggable:4.0.0"
?

Also, the docs seem to suggest the plugin is available in the standard grails plugin site. I can no longer find it there, and get an error suggesting that the 'stanard' repos don't know about it.

buildscript {
    repositories {
        maven { url "https://plugins.gradle.org/m2/" }
        maven { url "https://repo.grails.org/grails/core" }
    }

Any pointers to overcome my misunderstandings would be most welcome :-)

@dylankolson
Copy link

any update on this?

@seanoc5
Copy link
Author

seanoc5 commented May 30, 2024

in case you are still waiting for a response:
No

Unfortunately, I gave up and basically rolled my own. It is ugly, and not worth sharing, but I got me to a POC point.

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

2 participants