Bump org.jetbrains.intellij from 1.16.1 to 1.17.0 #503
Travis CI / Travis CI - Branch
succeeded
Jan 18, 2024 in 7m 48s
Build Passed
The build passed.
Details
This is a normal build for the dependabot/gradle/org.jetbrains.intellij-1.17.0 branch. You should be able to reproduce it by checking out the branch locally.
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",
"jdk": [
"openjdk11"
],
"env": [
"global={:JAVA_TOOL_OPTIONS=>\"-Dhttps.protocols=TLSv1.2\"}"
],
"before_cache": [
"rm -f $HOME/.gradle/caches/modules-2/modules-2.lock"
],
"cache": {
"directories": [
"$HOME/.gradle/caches/",
"$HOME/.gradle/wrapper/"
]
},
"deploy": [
{
"provider": "releases",
"edge": true,
"file": [
"build/distributions/gerrit-intellij-plugin-*.zip"
],
"on": {
"tags": true,
"condition": [
"$TRAVIS_TAG =~ ^v[0-9]+.*$"
]
}
}
],
"after_deploy": [
"./gradlew publishPlugin"
]
}
Loading