Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump org.jetbrains.intellij from 1.16.1 to 1.17.0 #503

Merged

Bump org.jetbrains.intellij from 1.16.1 to 1.17.0

47aafea
Select commit
Loading
Failed to load commit list.
Merged

Bump org.jetbrains.intellij from 1.16.1 to 1.17.0 #503

Bump org.jetbrains.intellij from 1.16.1 to 1.17.0
47aafea
Select commit
Loading
Failed to load commit list.
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"
  ]
}