Skip to content

Commit

Permalink
Use latest jpi plugin to compile with -parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
alextu committed Dec 10, 2024
1 parent d37caf0 commit 833861c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import org.jenkinsci.gradle.plugins.manifest.GenerateJenkinsManifestTask
import java.util.zip.ZipFile

plugins {
id("org.jenkins-ci.jpi") version "0.51.0"
id("org.jenkins-ci.jpi") version "0.52.0"
id("com.github.spotbugs") version "6.0.26"
id("codenarc")
id("buildlogic.reproducible-archives")
Expand Down

0 comments on commit 833861c

Please sign in to comment.