bisq/build.gradle

19 lines
384 B
Groovy
Raw Normal View History

buildscript {
repositories {
mavenCentral()
maven { url "https://jitpack.io" }
maven { url "https://plugins.gradle.org/m2/" }
}
}
plugins {
id 'bisq.gradle.regtest_plugin.RegtestPlugin'
}
if (hasProperty('buildScan')) {
buildScan {
termsOfServiceUrl = 'https://gradle.com/terms-of-service'
termsOfServiceAgree = 'yes'
}
}