You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
492 B
17 lines
492 B
buildscript {
|
|
dependencies {
|
|
classpath group: "com.liferay", name: "com.liferay.gradle.plugins", version: "3.12.109"
|
|
classpath group: "net.saliman", name: "gradle-properties-plugin", version: "1.4.6"
|
|
classpath group: "com.liferay", name: "com.liferay.gradle.plugins.workspace", version: "1.10.7"
|
|
}
|
|
|
|
repositories {
|
|
maven {
|
|
url "https://repository-cdn.liferay.com/nexus/content/groups/public"
|
|
}
|
|
}
|
|
}
|
|
|
|
apply plugin: "net.saliman.properties"
|
|
|
|
apply plugin: "com.liferay.workspace" |