From 54f0245e25b7cafefc8cc913215762650335b259 Mon Sep 17 00:00:00 2001 From: Vladimir Sitnikov Date: Mon, 10 Aug 2020 12:50:25 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Add=20missing=20JsModule=20decla?= =?UTF-8?q?ration?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../kotlin/com/github/burrunan/gradle/cache/CacheContract.kt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cache-service-mock/src/main/kotlin/com/github/burrunan/gradle/cache/CacheContract.kt b/cache-service-mock/src/main/kotlin/com/github/burrunan/gradle/cache/CacheContract.kt index 8f5a538..51c49e8 100644 --- a/cache-service-mock/src/main/kotlin/com/github/burrunan/gradle/cache/CacheContract.kt +++ b/cache-service-mock/src/main/kotlin/com/github/burrunan/gradle/cache/CacheContract.kt @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ +@file:JsModule("@actions/cache/lib/internal/constants") package com.github.burrunan.gradle.cache external interface GetCacheParams { @@ -41,7 +42,7 @@ external interface CommitCacheRequest { } external interface InternalCacheOptions { - val compressionMethod: CompressionMethod? + var compressionMethod: CompressionMethod? } external enum class CompressionMethod {