File tree Expand file tree Collapse file tree 2 files changed +0
-142
lines changed
Expand file tree Collapse file tree 2 files changed +0
-142
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,6 @@ buildscript {
4444plugins {
4545 id " de.undercouch.download" version " 5.3.0"
4646 id ' com.netflix.nebula.ospackage' version " 11.10.0"
47- id ' checkstyle'
4847 id " com.diffplug.spotless" version " 6.25.0"
4948}
5049
@@ -63,12 +62,6 @@ apply plugin: 'opensearch.rest-test'
6362apply plugin : ' opensearch.pluginzip'
6463apply from : ' gradle/formatting.gradle'
6564
66-
67- checkstyle {
68- toolVersion = ' 10.12.1'
69- configFile file(" checkstyle/checkstyle.xml" )
70- }
71-
7265def usingRemoteCluster = System . properties. containsKey(' tests.rest.cluster' ) || System . properties. containsKey(' tests.cluster' )
7366def usingMultiNode = project. properties. containsKey(' numNodes' )
7467// Only apply jacoco test coverage if we are running a local single node cluster
@@ -153,7 +146,6 @@ dependencies {
153146 configurations. all {
154147 resolutionStrategy {
155148 force " com.google.guava:guava:32.1.3-jre"
156- force " com.puppycrawl.tools:checkstyle:${ project.checkstyle.toolVersion} "
157149 }
158150 }
159151}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments