Skip to content

Commit

Permalink
Bump git-changelist-maven-extension from 1.4 to 1.5 (#439)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Feb 10, 2023
1 parent 70d5f5f commit 0c3dc82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .mvn/extensions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<extension>
<groupId>io.jenkins.tools.incrementals</groupId>
<artifactId>git-changelist-maven-extension</artifactId>
<version>1.4</version>
<version>1.5</version>
</extension>
</extensions>
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* easy Linux/Windows testing and produces incrementals. The only feature that relates to plugins is
* allowing one to test against multiple Jenkins versions.
*/
buildPlugin(useContainerAgent: true, configurations: [
buildPlugin(useContainerAgent: true, useArtifactCachingProxy: false, configurations: [
[ platform: 'linux', jdk: '11' ],
[ platform: 'windows', jdk: '11' ],
[ platform: 'linux', jdk: '17' ],
Expand Down

0 comments on commit 0c3dc82

Please sign in to comment.