Hello world
This commit is contained in:
19
build.gradle
Normal file
19
build.gradle
Normal file
@@ -0,0 +1,19 @@
|
||||
// Available to customize the build
|
||||
|
||||
subprojects {
|
||||
if (file('bnd.bnd').exists()) {
|
||||
repositories {
|
||||
maven {
|
||||
url bndWorkspace.getProperty('amdatu-blueprint-maven-releaseUrls')
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:' + bndWorkspace.getProperty('junit-version')
|
||||
}
|
||||
|
||||
test {
|
||||
useJUnitPlatform()
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user