Modify ↓
Opened 3 months ago
Closed 5 weeks ago
#22474 closed defect (fixed)
Invalid link in plugin dev documentation
Reported by: | angoca | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Wiki content | Version: | |
Keywords: | developers guide gradle demo | Cc: | floscher |
Description
In the page https://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins there is a link to a demo project - https://gitlab.com/floscher/gradle-josm-plugin/tree/demo, however it does not work - 404.
Attachments (0)
Change History (3)
comment:1 Changed 3 months ago by
Component: | Core → Wiki content |
---|---|
Keywords: | developers guide gradle demo added |
comment:2 Changed 3 months ago by
Cc: | floscher added |
---|
comment:3 Changed 5 weeks ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Dead link removed.
wiki:/DevelopersGuide/DevelopingPlugins?action=diff&version=112
Note: See
TracTickets for help on using
tickets.
I have no clue where the demo project is now. floscher is the best bet knowing what happened to it.
With that said, I've been working on an action for plugins on GitHub, specifically targeting
ant
builds, so I'm currently viewinggradle
as deprecated for the plugins I maintain.Until I remove
gradle
entirely, I do have a few projects you can look at: