Skip to content

Instantly share code, notes, and snippets.

@evaldeslacasa
Created January 21, 2021 18:16
Show Gist options
  • Save evaldeslacasa/b13ca2b7453361e957053b7eefd40b5c to your computer and use it in GitHub Desktop.
Save evaldeslacasa/b13ca2b7453361e957053b7eefd40b5c to your computer and use it in GitHub Desktop.
Slider build - Gradle
plugins {
id 'java'
id "com.liferay.js.transpiler" version "2.4.60"
}
group 'org.example'
version '1.0-SNAPSHOT'
repositories {
maven {
url "https://repository-cdn.liferay.com/nexus/content/groups/public"
}
}
apply plugin: "com.liferay.js.transpiler"
dependencies {
compileOnly group: "com.liferay", name: "com.liferay.dynamic.data.mapping.api", version: "5.7.0"
compileOnly group: "com.liferay", name: "com.liferay.frontend.js.loader.modules.extender.api", version: "3.0.0"
compileOnly group: "com.liferay.portal", name: "com.liferay.portal.kernel", version: "4.4.0"
compileOnly group: "org.osgi", name: "org.osgi.service.component.annotations", version: "1.3.0"
jsCompile group: "com.liferay", name: "com.liferay.dynamic.data.mapping.form.field.type", version: "4.0.25"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment