Closed ghubstan closed 2 years ago
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.
bisq-gradle
includeBuild('bisq-gradle')
PluginManagementSpec
Settings
See https://docs.gradle.org/current/javadoc/org/gradle/plugin/management/PluginManagementSpec.html.
Resolves https://github.com/bisq-network/bisq-gradle/pull/2#issuecomment-1194466378.
Based on main.
main
Is this right, @alvasw ?
Perfect!
We're including the
bisq-gradle
plugin build, not a project build, and we must callincludeBuild('bisq-gradle')
on thePluginManagementSpec
DSL, not theSettings
DSL.See https://docs.gradle.org/current/javadoc/org/gradle/plugin/management/PluginManagementSpec.html.
Resolves https://github.com/bisq-network/bisq-gradle/pull/2#issuecomment-1194466378.
Based on
main
.