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:
2424 - jit-pack
2525 open-pull-requests-limit : 50
2626 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") {
196196tasks.register(" coveralls" )
197197tasks.register(" cV" )
198198tasks.register(" publish" )
199- tasks.register(" closeAndReleaseStagingRepository " )
199+ tasks.register(" closeAndReleaseStagingRepositories " )
200200tasks.register(" publishPlugins" )
201201
202202// 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
4242}
4343
4444dependencies {
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
4646 implementation(" com.diffplug.spotless:spotless-plugin-gradle:7.2.1" ) // https://plugins.gradle.org/plugin/com.diffplug.spotless
4747 implementation(" gradle.plugin.org.kt3k.gradle.plugin:coveralls-gradle-plugin:2.12.2" ) // https://plugins.gradle.org/plugin/com.github.kt3k.coveralls
4848 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