blob: 8872fbc890f4434c7023d2a1aba5efaa01d2659d [file] [log] [blame]
pluginManagement {
plugins {
id 'biz.aQute.bnd.workspace' version bnd_version
}
repositories {
maven { url bnd_snapshots }
mavenCentral()
gradlePluginPortal()
}
}
plugins {
id 'biz.aQute.bnd.workspace'
}