Skip to content

Commit 51ac5c2

Browse files
committed
Update github-api version to 1.330
1 parent 90b7cfc commit 51ac5c2

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

gradle/build-logic/src/main/kotlin/net/kautler/versions.gradle.kts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,5 @@ tasks.dependencyUpdates {
249249
add(group = "org.jetbrains.kotlin", name = "kotlin-sam-with-receiver-compiler-plugin-embeddable")
250250
add(group = "org.jetbrains.kotlin", name = "kotlin-scripting-compiler-embeddable")
251251
add(group = "org.jetbrains.kotlin", name = "kotlin-stdlib")
252-
// should be the one used by the Wooga GitHub Gradle plugin
253-
add(group = "org.kohsuke", name = "github-api")
254252
}
255253
}

gradle/libs.versions.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jda = "6.4.0"
2323
log4j = "2.25.4"
2424

2525
build-codenarc = "3.7.0-groovy-4.0"
26+
build-github-api = "1.330"
2627
build-gradle-plugin-bndBuilder = "7.2.3"
2728
# fix or remove component metadata rule in gradle/build-logic/settings.gradle.kts on update
2829
build-gradle-plugin-github = "4.0.0"
@@ -68,7 +69,7 @@ antlr-runtime = { module = "org.antlr:antlr4-runtime", version.ref = "antlr" }
6869
build-antlr = { module = "org.antlr:antlr4", version.ref = "antlr" }
6970
build-codenarc = { module = "org.codenarc:CodeNarc", version.ref = "build-codenarc" }
7071
build-grgit-core = { module = "org.ajoberstar.grgit:grgit-core", version.ref = "build-grgit" }
71-
build-github-api = { module = "org.kohsuke:github-api" }
72+
build-github-api = { module = "org.kohsuke:github-api", version.ref = "build-github-api" }
7273
build-jacoco = { module = "org.jacoco:jacoco", version.ref = "build-jacoco" }
7374
build-javaparser-core = { module = "com.github.javaparser:javaparser-core", version.ref = "build-javaparser" }
7475
build-kotlinx-serialization-bom = { module = "org.jetbrains.kotlinx:kotlinx-serialization-bom", version.ref = "build-kotlinx-serialization" }

0 commit comments

Comments
 (0)