diff --git a/Tabnine/build.gradle b/Tabnine/build.gradle index 7eccab30..5225d715 100644 --- a/Tabnine/build.gradle +++ b/Tabnine/build.gradle @@ -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' @@ -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' @@ -53,10 +49,6 @@ dependencies { } } -task "prepareKotlinBuildScriptModel" { - -} - test { useJUnitPlatform() reports {