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 - Pull Request succeeded Jan 18, 2024 in 6m 34s

Build Passed

The build passed, just like the previous build.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #503 Bump org.jetbrains.intellij from 1.16.1 to 1.17.0.
Any changes that have been made to the intellij2020.3 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",
  "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"
  ]
}