com.liferay.baseline
Owner: Liferay
The Baseline Gradle plugin lets you verify that the OSGi semantic versioning rules are obeyed by your OSGi bundle.
https://github.com/liferay/liferay-portal/tree/master/modules/sdk/gradle-plugins-baseline
Sources: https://github.com/liferay/liferay-portal/tree/master/modules/sdk/gradle-plugins-baseline
Version 1.3.4
1.3.4
Created 24 September 2018.
The Baseline Gradle plugin lets you verify that the OSGi semantic versioning rules are obeyed by your OSGi bundle.
Add this plugin to your build using the plugins DSL:
plugins {
id("com.liferay.baseline") version "1.3.4"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.liferay:gradle-plugins-baseline:1.3.4") } } apply(plugin = "com.liferay.baseline")
- Applying plugins to all subprojects .