com.bmuschko.gradle.tomcat.options.TrimSpaces.groovy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gradle-tomcat-plugin Show documentation
Show all versions of gradle-tomcat-plugin Show documentation
Gradle plugin supporting deployment of your web application to an embedded Tomcat web container.
The newest version!
package com.bmuschko.gradle.tomcat.options
/**
* Jasper configuration for trimming whitespace from template text. For more information please see the
* Tomcat Jasper documentation.
*
* @since 2.4.1
*/
enum TrimSpaces {
TRUE, FALSE, SINGLE
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy