mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 18:03:12 +01:00
8 lines
85 B
Groovy
8 lines
85 B
Groovy
|
plugins {
|
||
|
id 'groovy-gradle-plugin'
|
||
|
}
|
||
|
|
||
|
repositories {
|
||
|
gradlePluginPortal()
|
||
|
}
|