[Gradle, JS] NodeJsSetup and yarnSetup are not cacheable
^KT-48332 fixed
This commit is contained in:
committed by
TeamCityServer
parent
523e9495fc
commit
423ecfe640
-1
@@ -16,7 +16,6 @@ import java.io.File
|
||||
import java.net.URI
|
||||
import javax.inject.Inject
|
||||
|
||||
@CacheableTask
|
||||
abstract class NodeJsSetupTask : DefaultTask() {
|
||||
@Transient
|
||||
private val settings = NodeJsRootPlugin.apply(project.rootProject)
|
||||
|
||||
-1
@@ -21,7 +21,6 @@ import java.io.File
|
||||
import java.net.URI
|
||||
import javax.inject.Inject
|
||||
|
||||
@CacheableTask
|
||||
open class YarnSetupTask : DefaultTask() {
|
||||
@Transient
|
||||
private val settings = project.yarn
|
||||
|
||||
Reference in New Issue
Block a user