Skip to content

Commit

Permalink
Fix failing build
Browse files Browse the repository at this point in the history
  • Loading branch information
SpOOnman committed Jan 22, 2020
1 parent 9fd3702 commit ba7bce3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ buildscript {
repositories {
jcenter()
mavenCentral()
maven { url "https://repo.maven.apache.org/maven2" }
}

dependencies {
Expand Down Expand Up @@ -141,6 +142,10 @@ dependencies {
// dependency only for obtaining default configuration
compile 'io.gitlab.arturbosch.detekt:detekt-cli:1.0.0-RC14'

// transitive dependency that used non-SSL version of Maven Central
// and version 1.74 that was not found
compile 'com.beust:jcommander:1.78'

compileOnly 'org.projectlombok:lombok:1.18.4'
annotationProcessor 'org.projectlombok:lombok:1.18.4'
testAnnotationProcessor 'org.projectlombok:lombok:1.18.4'
Expand Down

0 comments on commit ba7bce3

Please sign in to comment.