bisq-network / bisq-pricenode

GNU General Public License v3.0
6 stars 12 forks source link

Fix plugin management spec in settings.gradle #8

Closed ghubstan closed 2 years ago

ghubstan commented 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.

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.

ghubstan commented 2 years ago

Is this right, @alvasw ?

alvasw commented 2 years ago

Perfect!