File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -91,9 +91,9 @@ dependencies {
91
91
compatKtLint0Dot47Dot0CompileOnly ' com.pinterest.ktlint:ktlint-core:0.47.0'
92
92
compatKtLint0Dot47Dot0CompileOnly ' com.pinterest.ktlint:ktlint-ruleset-experimental:0.47.0'
93
93
compatKtLint0Dot47Dot0CompileOnly ' com.pinterest.ktlint:ktlint-ruleset-standard:0.47.0'
94
- compatKtLint0Dot48Dot0CompileOnly ' com.pinterest.ktlint:ktlint-core:0.48.0'
95
- compatKtLint0Dot48Dot0CompileOnly ' com.pinterest.ktlint:ktlint-ruleset-experimental:0.48.0'
96
- compatKtLint0Dot48Dot0CompileOnly ' com.pinterest.ktlint:ktlint-ruleset-standard:0.48.0'
94
+ compatKtLint0Dot48Dot0CompileAndTestOnly ' com.pinterest.ktlint:ktlint-core:0.48.0'
95
+ compatKtLint0Dot48Dot0CompileAndTestOnly ' com.pinterest.ktlint:ktlint-ruleset-experimental:0.48.0'
96
+ compatKtLint0Dot48Dot0CompileAndTestOnly ' com.pinterest.ktlint:ktlint-ruleset-standard:0.48.0'
97
97
98
98
String VER_SCALAFMT = " 3.6.1"
99
99
scalafmtCompileOnly " org.scalameta:scalafmt-core_2.13:$VER_SCALAFMT "
@@ -105,10 +105,6 @@ dependencies {
105
105
flexmarkCompileOnly ' com.vladsch.flexmark:flexmark-all:0.62.2'
106
106
}
107
107
108
- configurations. named(' testCompatKtLint0Dot48Dot0Implementation' ). configure {
109
- extendsFrom(configurations. compatKtLint0Dot48Dot0CompileOnly)
110
- }
111
-
112
108
// we'll hold the core lib to a high standard
113
109
spotbugs { reportLevel = ' low' } // low|medium|high (low = sensitive to even minor mistakes)
114
110
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ pluginManagement {
16
16
// https://github.com/radarsh/gradle-test-logger-plugin/blob/develop/CHANGELOG.md
17
17
id ' com.adarshr.test-logger' version ' 3.2.0'
18
18
// https://github.com/davidburstrom/version-compatibility-gradle-plugin/tags
19
- id ' io.github.davidburstrom.version-compatibility' version ' 0.3 .0'
19
+ id ' io.github.davidburstrom.version-compatibility' version ' 0.4 .0'
20
20
}
21
21
}
22
22
plugins {
You can’t perform that action at this time.
0 commit comments