com.palantir.conjure-java-local
Owner: Palantir Technologies
Gradle conjure is a gradle plugin integration for conjure generators
https://github.com/palantir/gradle-conjure
Sources: https://github.com/palantir/gradle-conjure
Version 5.51.0 (latest)
5.51.0
Created 11 September 2024.
Gradle conjure is a gradle plugin integration for conjure generators
Add this plugin to your build using the plugins DSL:
plugins {
id("com.palantir.conjure-java-local") version "5.51.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.palantir.gradle.conjure:gradle-conjure:5.51.0") } } apply(plugin = "com.palantir.conjure-java-local")
- Applying plugins to all subprojects .