Skip to content

Commit

Permalink
Fix failing publication validation
Browse files Browse the repository at this point in the history
  • Loading branch information
dkhalanskyjb committed Feb 11, 2020
1 parent 387d1dd commit 91e4d77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
package kotlinx.coroutines.validator

import org.junit.*
import org.junit.Assert.assertTrue
import java.io.*
import java.util.jar.*

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import org.apache.commons.compress.archivers.tar.*
import org.junit.*
import java.io.*
import java.util.zip.*
import org.junit.Assert.*

class NpmPublicationValidator {
private val VERSION = System.getenv("DeployVersion")
Expand Down

0 comments on commit 91e4d77

Please sign in to comment.