Skip to content

Commit

Permalink
Try acceptance tests with a newer base version for the plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
welandaz committed Nov 13, 2024
1 parent 02f563d commit bf182d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ plugins {
group = "org.jenkins-ci.plugins"
description = "This plugin adds Gradle support to Jenkins"

val coreBaseVersion = "2.401"
val coreBaseVersion = "2.440"
val corePatchVersion = "3"
val coreBomVersion = "2745.vc7b_fe4c876fa_"
val coreBomVersion = "3387.v0f2773fa_3200"

val gradleExt = (gradle as ExtensionAware).extra

Expand Down

0 comments on commit bf182d4

Please sign in to comment.