Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix plugin management spec in settings.gradle
We're including the `bisq-gradle` plugin build, not a project build, and we must call `includeBuild('bisq-gradle')` on the `PluginManagementSpec` DSL, not the `Settings` DSL. See https://docs.gradle.org/current/javadoc/org/gradle/plugin/management/PluginManagementSpec.html. Resolves bisq-network/bisq-gradle#2 (comment).
- Loading branch information