Skip to content

Instantly share code, notes, and snippets.

@lawrence-lee
Last active July 16, 2019 16:35
Show Gist options
  • Save lawrence-lee/a2af853d2a14bb515a421ba545a0bd01 to your computer and use it in GitHub Desktop.
Save lawrence-lee/a2af853d2a14bb515a421ba545a0bd01 to your computer and use it in GitHub Desktop.
buildscript {
dependencies {
classpath group: "com.liferay", name: "com.liferay.css.builder", version: "3.0.0"
}
repositories {
maven {
url "https://repository-cdn.liferay.com/nexus/content/groups/public"
}
}
}
apply plugin: "com.liferay.css.builder"
dependencies {
cssBuilder group: "com.liferay", name: "com.liferay.css.builder", version: "3.0.0"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment