com.palantir.conjure-local
Owner: Palantir Technologies
Gradle Conjure is a build tool which allows defining and generating code for Conjure APIs in Java projects.
https://github.com/palantir/gradle-conjure
Sources: https://github.com/palantir/gradle-conjure
Version 5.24.0
5.24.0
Created 05 May 2022.
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-local") version "5.24.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.palantir.gradle.conjure:gradle-conjure:5.24.0") } } apply(plugin = "com.palantir.conjure-local")
- Applying plugins to all subprojects .