opensavvy.gradle.vite.kotlin.tasks¶
The tasks registered by the plugin.
Types¶
CustomIncrementalSyncTask¶
@DisableCachingByDefault
abstract class CustomIncrementalSyncTask : DefaultTask, IncrementalSyncTask
KotlinViteExec¶
@CacheableTask
abstract class KotlinViteExec @Inject
constructor(
process: ExecOperations,
targetName: String,
targetType: String
) : ViteExec, RequiresNpmDependencies
A specialization of ViteExec that uses the Kotlin Gradle Plugin to download Vite.