Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
Grahame Grieve committed Sep 17, 2024
2 parents e05c1eb + e384980 commit 58f1f6d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,9 @@ dependencies {
implementation("org.jgrapht:jgrapht-core:1.5.2") {
because("previous versions have a bug impacting this application")
}
implementation("com.jayway.jsonpath:json-path:2.9.0") {
because("previous versions have a bug impacting this application")
}
}
}

Expand Down
2 changes: 1 addition & 1 deletion main-branch-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ steps:
# the kindling jar to oss sonatype.

# 5. Deploy SNAPSHOT build to sonatype
- task: Gradle@2
- task: Gradle@3
inputs:
workingDirectory: ''
gradleWrapperFile: 'gradlew'
Expand Down
2 changes: 1 addition & 1 deletion pull-request-pipeline-parameterized.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

steps:
# Runs 'mvn clean install'
- task: Gradle@2
- task: Gradle@3
inputs:
workingDirectory: ''
gradleWrapperFile: 'gradlew'
Expand Down

0 comments on commit 58f1f6d

Please sign in to comment.