Skip to content

Commit

Permalink
Fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ofekby committed Nov 9, 2023
1 parent 49a7f54 commit bc213b5
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions Tabnine/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ plugins {
id "com.github.sherter.google-java-format" version "0.9"
}

repositories {
mavenCentral()
}

group 'com.tabnine'
version project.hasProperty('externalVersion') ? project.externalVersion : '1.18.0'

Expand All @@ -40,7 +36,7 @@ dependencies {
testImplementation 'org.mockito:mockito-core:5.2.0'
testImplementation 'org.mockito:mockito-inline:4.8.0'
testImplementation 'org.mockito:mockito-junit-jupiter:4.8.0'
testImplementation 'org.wiremock:wiremock:3.0.4'
testImplementation 'org.wiremock:wiremock-standalone:3.0.4'
testImplementation "io.mockk:mockk:1.11.0"
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.0'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.0'
Expand All @@ -53,10 +49,6 @@ dependencies {
}
}

task "prepareKotlinBuildScriptModel" {

}

test {
useJUnitPlatform()
reports {
Expand Down

0 comments on commit bc213b5

Please sign in to comment.