Bump com.jayway.jsonpath:json-path from 2.2.0 to 2.9.0 #234
Travis CI / Travis CI - Pull Request
failed
Jan 22, 2024 in 33m 44s
Build Failed
The build failed, just like the previous build.
Details
This is a pull request build.
It is running a build against the merge commit, after merging #234 Bump com.jayway.jsonpath:json-path from 2.2.0 to 2.9.0.
Any changes that have been made to the master branch before the build ran are also included.
Jobs and Stages
This build only has a single job.
You can use jobs to test against multiple versions of your runtime or dependencies, or to speed up your build.
Build Configuration
Build Option | Setting |
---|---|
Language | Java |
Operating System | Linux (Trusty) |
JDK Version | openjdk11 |
Build Configuration
{
"language": "java",
"os": [
"linux"
],
"dist": "trusty",
"sudo": false,
"jdk": [
"openjdk11"
],
"env": [
"global={:JAVA_OPTS=>\"\\\"-XX:+TieredCompilation -XX:TieredStopAtLevel=1 -Xmn48M -Xmx512M\\\"\"}"
],
"addons": {
"sonarcloud": {
"organization": "gwas-ebi"
}
},
"script": [
"jdk_switcher use openjdk8",
"mvn clean verify -Dspring.profiles.active=test -Dmaven.test.failure.ignore=true -Dmaven.test.error.ignore=true",
"export JAVA_HOME=$HOME/openjdk11",
"mvn sonar:sonar -Dsonar.projectKey=uk.ac.ebi.spot.gwasdepo:gwasdepo-deposition-service -Dsonar.login=0566d66d0cfe16cd2cb8ba02db7fcd0b6d1e7ee6"
]
}
Loading