gpc / taggable

Taggable Grails Plugin
http://grails.org/plugin/taggable
Other
12 stars 23 forks source link

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

Open seanoc5 opened 1 year ago

seanoc5 commented 1 year ago

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 commented 9 months ago

any update on this?

seanoc5 commented 5 months ago

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.