Skip to content

Commit

Permalink
Pull request OsiriX-Foundation#219: feat: deactivate checkStyle
Browse files Browse the repository at this point in the history
Merge in TELIMA/karnak from TELIMA-292 to master

* commit '8e70fbde65be04d471e893f0b3ddb136cfb1a0c1':
  feat: deactivate checkStyle
  • Loading branch information
jdcshug committed Oct 17, 2024
2 parents 7b0408d + 8e70fbd commit d4c13bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
@Library('dsi-pipeline@master') _
import ch.hcuge.dsi.jenkins.BuildImage;
springBootMavenPipeline(mavenImage: BuildImage.MVN_39_JDK21)
springBootMavenPipeline(mavenImage: BuildImage.MVN_39_JDK21, CheckstyleFailOnError: false)

0 comments on commit d4c13bd

Please sign in to comment.