Search Gradle plugins

Version 1.0.2 (latest)

1.0.2

Created 14 April 2021.

Conjure TypeScript generators compatible with gradle typescript

Add this plugin to your build using the plugins DSL:

plugins {
  id("com.gradles.conjure-typescript-local") version "1.0.2"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("com.gradlets.gradle.typescript:gradle-conjure-typescript:1.0.2")
      }
    }
    
    apply(plugin = "com.gradles.conjure-typescript-local")
  • Applying plugins to all subprojects .