Search Gradle plugins

Version 0.58.0 (latest)

0.58.0

Created 25 November 2024.

Includes the Palantir CA from the system truststore

Add this plugin to your build using the plugins DSL:

plugins {
  id("com.palantir.jdks.palantir-ca") version "0.58.0"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("com.palantir.gradle.jdks:gradle-jdks:0.58.0")
      }
    }
    
    apply(plugin = "com.palantir.jdks.palantir-ca")
  • Applying plugins to all subprojects .