com.palantir.conjure-publish
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.42.0
5.42.0
Created 09 February 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-publish") version "5.42.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.palantir.gradle.conjure:gradle-conjure:5.42.0") } } apply(plugin = "com.palantir.conjure-publish")
- Applying plugins to all subprojects .