Skip to content

Commit eefac84

Browse files
Fix build
1 parent ebd4c61 commit eefac84

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

.github/dependabot.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff 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

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ tasks.register("buildTestIncludes") {
196196
tasks.register("coveralls")
197197
tasks.register("cV")
198198
tasks.register("publish")
199-
tasks.register("closeAndReleaseStagingRepository")
199+
tasks.register("closeAndReleaseStagingRepositories")
200200
tasks.register("publishPlugins")
201201

202202
// Below is required until the following is fixed in IntelliJ:

buildSrc/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile>().configureEach
4242
}
4343

4444
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
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

0 commit comments

Comments
 (0)