文件名称:gradle-plugin-bundlor:用于Eclipse Bundlor工具的Gradle插件
文件大小:66KB
文件格式:ZIP
更新时间:2024-05-17 07:08:55
Groovy
目的
这使使用Gradle和OSGi容器(包括Adobe CQ / AEM) 工作变得更容易。
用法
apply plugin: 'bundlor'
应用插件将一个名为osgiWrapJar的方法添加到项目中
方法
osgiWrapJar 。
安装
buildscript {
repositories {
jcenter()
maven {
url "http://dl.bintray.com/twcable/aem"
}
}
dependencies {
classpath "com.twcable.gradle:cq-gradle-plugin-bundlor:
【文件预览】:
gradle-plugin-bundlor-master
----.gitignore(39B)
----gradle()
--------HEADER(563B)
--------wrapper()
----README.md(1KB)
----build.gradle(1KB)
----gradlew.bat(2KB)
----gradlew(5KB)
----CONTRIBUTING.md(1KB)
----src()
--------test()
--------main()
----LICENSE.txt(10KB)
----.travis.yml(87B)
----settings.gradle(43B)