Skip to content

Commit

Permalink
πŸ› Add missing JsModule declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
vlsi committed Aug 10, 2020
1 parent b52aa2f commit 54f0245
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -41,7 +42,7 @@ external interface CommitCacheRequest {
}

external interface InternalCacheOptions {
val compressionMethod: CompressionMethod?
var compressionMethod: CompressionMethod?
}

external enum class CompressionMethod {
Expand Down

0 comments on commit 54f0245

Please sign in to comment.