Hello world

This commit is contained in:
2021-09-28 11:17:52 +02:00
commit 9cdbb84076
35 changed files with 1150 additions and 0 deletions

16
settings.gradle Normal file
View File

@@ -0,0 +1,16 @@
buildscript {
repositories {
mavenCentral()
maven {
url "https://plugins.gradle.org/m2/"
}
}
dependencies {
classpath "biz.aQute.bnd:biz.aQute.bnd.gradle:${bnd_version}"
classpath "gradle.plugin.org.amdatu.blueprint:org.amdatu.blueprint.gradle:${blueprint_gradle_version}"
}
}
apply plugin: 'biz.aQute.bnd.workspace'
apply plugin: "org.amdatu.blueprint"