We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
I think the issue might be visibility:
Talaiot/library/plugins/base/base-plugin/src/main/java/io/github/cdsap/talaiot/plugin/base/BaseConfiguration.kt
Line 8 in 33a6e36
extends
Talaiot/library/core/talaiot/src/main/kotlin/io/github/cdsap/talaiot/publisher/PublishersConfiguration.kt
Line 5 in 33a6e36
which means BaseConfiguration's API contains the superclass PublishersConfiguration. but it's not exposed as a dependency (api(...)):
BaseConfiguration
PublishersConfiguration
api(...)
Talaiot/library/plugins/base/base-plugin/build.gradle.kts
Line 17 in 33a6e36
Sorry, something went wrong.
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: