com.liferay.mobile.sdk.builder
所有者: Bruno Farache
Liferay Mobile SDK Builder Gradle 插件
https://github.com/brunofarache/liferay-sdk-builder
源: https://github.com/brunofarache/liferay-sdk-builder.git
版本 1.0.2(最新版本)
1.0.2
创建日期:2016年11月9日。
由于JCenter将成为一个永久的重定向到Maven Central,因此该插件版本将不再解析,因为它只使用可在JCenter找到的依赖项。有关详细信息,请参阅以下博客文章:https://blog.gradle.org.cn/portal-jcenter-impact Liferay Mobile SDK Builder Gradle 插件
使用插件DSL
plugins {
id("com.liferay.mobile.sdk.builder") version "1.0.2"
}
使用旧版插件应用程序
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("gradle.plugin.com.liferay.mobile:gradle-plugin:1.0.2")
}
}
apply(plugin = "com.liferay.mobile.sdk.builder")