com.palantir.java-format-provider
Owner: Palantir Technologies
Exposes a configuration containing the palantir-java-format jars
https://github.com/palantir/palantir-java-format/
Sources: https://github.com/palantir/palantir-java-format/
Version 2.37.0
2.37.0
Created 13 September 2023.
Exposes a configuration containing the palantir-java-format jars
Add this plugin to your build using the plugins DSL:
plugins {
id("com.palantir.java-format-provider") version "2.37.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.palantir.javaformat:gradle-palantir-java-format:2.37.0") } } apply(plugin = "com.palantir.java-format-provider")
- Applying plugins to all subprojects .