File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -24,4 +24,13 @@ updates:
24
24
- jit-pack
25
25
open-pull-requests-limit : 50
26
26
schedule :
27
- interval : monthly
27
+ interval : monthly
28
+ - package-ecosystem : gradle
29
+ directory : /buildSrc
30
+ registries :
31
+ - maven-central
32
+ - maven-snapshots
33
+ - creek-github-packages
34
+ open-pull-requests-limit : 50
35
+ schedule :
36
+ interval : monthly
Original file line number Diff line number Diff line change @@ -196,7 +196,7 @@ tasks.register("buildTestIncludes") {
196
196
tasks.register(" coveralls" )
197
197
tasks.register(" cV" )
198
198
tasks.register(" publish" )
199
- tasks.register(" closeAndReleaseStagingRepository " )
199
+ tasks.register(" closeAndReleaseStagingRepositories " )
200
200
tasks.register(" publishPlugins" )
201
201
202
202
// Below is required until the following is fixed in IntelliJ:
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile>().configureEach
42
42
}
43
43
44
44
dependencies {
45
- implementation(" com.github.spotbugs.snom:spotbugs-gradle-plugin:6.1.13 " ) // https://plugins.gradle.org/plugin/com.github.spotbugs
45
+ implementation(" com.github.spotbugs.snom:spotbugs-gradle-plugin:6.2.2 " ) // https://plugins.gradle.org/plugin/com.github.spotbugs
46
46
implementation(" com.diffplug.spotless:spotless-plugin-gradle:7.2.1" ) // https://plugins.gradle.org/plugin/com.diffplug.spotless
47
47
implementation(" gradle.plugin.org.kt3k.gradle.plugin:coveralls-gradle-plugin:2.12.2" ) // https://plugins.gradle.org/plugin/com.github.kt3k.coveralls
48
48
implementation(" org.javamodularity:moduleplugin:1.8.15" ) // https://plugins.gradle.org/plugin/org.javamodularity.moduleplugin
You can’t perform that action at this time.
0 commit comments