com.gradlets.conjure-typescript-local
Owner: Robert Kruszewski
Conjure TypeScript generators compatible with gradle typescript
Sources: https://github.com/gradlets/gradle-typescript
Version 1.4.1 (latest)
1.4.1
Created 24 January 2022.
Conjure TypeScript generators compatible with gradle typescript
Add this plugin to your build using the plugins DSL:
plugins {
id("com.gradlets.conjure-typescript-local") version "1.4.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.gradlets.gradle.typescript:gradle-conjure-typescript:1.4.1") } } apply(plugin = "com.gradlets.conjure-typescript-local")
- Applying plugins to all subprojects .