Skip to content

Commit

Permalink
Fix jib (#592)
Browse files Browse the repository at this point in the history
Co-authored-by: hfhbd <[email protected]>
  • Loading branch information
hfhbd and hfhbd authored Jul 27, 2022
1 parent efb0297 commit 0d07703
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ plugins {
id("io.gitlab.arturbosch.detekt") version "1.21.0"
}

buildscript {
dependencies {
classpath("org.apache.commons:commons-compress:1.21")
}
}

allprojects {
repositories {
mavenCentral()
Expand Down

0 comments on commit 0d07703

Please sign in to comment.