added osgi-app plugin
This commit is contained in:
11
osgi-app/osgi-simple-bootstrapper-api/build.gradle
Normal file
11
osgi-app/osgi-simple-bootstrapper-api/build.gradle
Normal file
@@ -0,0 +1,11 @@
|
||||
plugins {
|
||||
id 'java-library'
|
||||
}
|
||||
|
||||
group = "net.woggioni.osgi"
|
||||
version = "0.1"
|
||||
|
||||
dependencies {
|
||||
compileOnly group: 'org.osgi', name: 'osgi.annotation', version: getProperty('version.osgi')
|
||||
compileOnly group: 'org.osgi', name: 'osgi.core', version: getProperty('version.osgi')
|
||||
}
|
Reference in New Issue
Block a user