archetype-resources.build.gradle Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of com.liferay.project.templates.template.context.contributor
Show all versions of com.liferay.project.templates.template.context.contributor
Creates a Liferay module project that injects custom non-JSP template variables into Liferay Portal.
dependencies {
#if (${liferayVersion.startsWith("7.0")} || ${liferayVersion.startsWith("7.1")} || ${liferayVersion.startsWith("7.2")})
compileOnly group: "com.liferay.portal", name: "com.liferay.portal.kernel"
compileOnly group: "javax.servlet", name: "javax.servlet-api"
compileOnly group: "org.osgi", name: "org.osgi.service.component.annotations"
#else
compileOnly group: "com.liferay.portal", name: "release.${product}.api"
#end
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy