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

Custom publishers in 2.x #399

Open
TWiStErRob opened this issue Aug 13, 2024 · 1 comment
Open

Custom publishers in 2.x #399

TWiStErRob opened this issue Aug 13, 2024 · 1 comment

Comments

@TWiStErRob
Copy link

Hey, it seems 2.0 removed custom publisher configuration.

The documentation is still showing the old API (including a typo with plural): https://github.com/cdsap/Talaiot/wiki/Publishers#custompublisher

How do we do the same in 2.x in .gradle.kts?

@TWiStErRob
Copy link
Author

I think the issue might be visibility:

class BaseConfiguration(project: Project) : PublishersConfiguration(project) {

extends

which means BaseConfiguration's API contains the superclass PublishersConfiguration.
but it's not exposed as a dependency (api(...)):

implementation(project(":library:core:talaiot"))

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