Skip to content

Commit

Permalink
Vite. Mark KotlinViteTask cacheable
Browse files Browse the repository at this point in the history
  • Loading branch information
porotkin committed Sep 16, 2024
1 parent e838686 commit d21feb6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ import org.jetbrains.kotlin.gradle.targets.js.npm.npmProject
private val VITE = NpmPackageVersion("vite", "5.4.4")
private const val VITE_BIN = "vite/bin/vite.js"

@CacheableTask
abstract class KotlinViteTask : DefaultTask(), RequiresNpmDependencies {

@get:Internal
Expand Down

0 comments on commit d21feb6

Please sign in to comment.