com.liferay.jasper.jspc
Owner: Liferay
The Jasper JSPC Gradle plugin lets you run the Liferay Jasper JSPC tool to compile the JavaServer Pages (JSP) files in your project.
https://github.com/liferay/liferay-portal/tree/master/modules/sdk/gradle-plugins-jasper-jspc
Sources: https://github.com/liferay/liferay-portal/tree/master/modules/sdk/gradle-plugins-jasper-jspc
Version 2.0.17 (latest)
2.0.17
Created 06 December 2024.
The Jasper JSPC Gradle plugin lets you run the Liferay Jasper JSPC tool to compile the JavaServer Pages (JSP) files in your project.
Add this plugin to your build using the plugins DSL:
plugins {
id("com.liferay.jasper.jspc") version "2.0.17"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.liferay:gradle-plugins-jasper-jspc:2.0.17") } } apply(plugin = "com.liferay.jasper.jspc")
- Applying plugins to all subprojects .