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.17.3 to 1.17.4 #516

Merged

Bump org.jetbrains.intellij from 1.17.3 to 1.17.4

57a81b5
Select commit
Loading
Failed to load commit list.
Merged

Bump org.jetbrains.intellij from 1.17.3 to 1.17.4 #516

Bump org.jetbrains.intellij from 1.17.3 to 1.17.4
57a81b5
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch succeeded Jun 17, 2024 in 10m 35s

Build Passed

The build passed.

Details

This is a normal build for the dependabot/gradle/org.jetbrains.intellij-1.17.4 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": {
        "branch": "v2.0.3-beta.4"
      },
      "file": [
        "build/distributions/gerrit-intellij-plugin-*.zip"
      ],
      "on": {
        "tags": true,
        "condition": [
          "$TRAVIS_TAG =~ ^v[0-9]+.*$"
        ]
      }
    }
  ],
  "after_deploy": [
    "./gradlew publishPlugin"
  ]
}