Skip to content

Merge branch 'master' into dependabot/maven/org.eclipse.lsp4j-org.ecl…

be0ddf5
Select commit
Loading
Failed to load commit list.
Closed

Bump org.eclipse.lsp4j:org.eclipse.lsp4j from 0.8.1 to 0.23.1 #115

Merge branch 'master' into dependabot/maven/org.eclipse.lsp4j-org.ecl…
be0ddf5
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
Travis CI / Travis CI - Pull Request failed Nov 11, 2024 in 1m 50s

Build Failed

The build failed. This is a change from the previous build, which passed.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #115 Bump org.eclipse.lsp4j:org.eclipse.lsp4j from 0.8.1 to 0.23.1.
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 (Jammy)
JDK Version openjdk17
Build Configuration
{
  "language": "java",
  "os": [
    "linux"
  ],
  "dist": "jammy",
  "jdk": [
    "openjdk17"
  ],
  "before_install": [
    "pip install -r requirements.txt",
    "mvn spotless:check -B",
    "black --fast --check .",
    "git clone --depth=50 https://github.com/wala/IDE /tmp/IDE",
    "git clone --depth=50 https://github.com/ponder-lab/jython3.git /tmp/jython3"
  ],
  "install": [
    "pushd /tmp/jython3",
    "ant",
    "pushd dist",
    "mvn install:install-file -Dfile=./jython-dev.jar -DgroupId=\"org.python\" -DartifactId=\"jython3\" -Dversion=\"0.0.1-SNAPSHOT\" -Dpackaging=\"jar\" -DgeneratePom=true",
    "popd",
    "popd",
    "pushd /tmp/IDE/com.ibm.wala.cast.lsp",
    "mvn install -B -q -DskipTests",
    "popd"
  ],
  "script": [
    "mvn -Dlogging.config.file=\\${maven.multiModuleProjectDirectory}/logging.ci.properties verify -B"
  ],
  "deploy": [
    {
      "provider": "script",
      "script": "mvn -s .travis.settings.xml -Dgithub.username=$GITHUB_USERNAME -Dgithub.password=$GITHUB_TOKEN deploy -DskipTests",
      "skip_cleanup": true,
      "on": {
        "branch": [
          "master"
        ]
      }
    }
  ],
  "before_cache": [
    "rm -f  $HOME/.gradle/caches/modules-2/modules-2.lock",
    "rm -fr $HOME/.gradle/caches/*/plugin-resolution/"
  ],
  "cache": {
    "directories": [
      "$HOME/.m2",
      "$HOME/.gradle/caches/",
      "$HOME/.gradle/wrapper/"
    ]
  },
  "notifications": {
    "slack": [
      {
        "rooms": [
          {
            "secure": "MVF8H5hIhaBw4NiT16g8KmFJMGKb64H410Sdc/UDaRXnZBHxUV8Qg4Lf70V5usWRsttqJPWCM/XzDf3vjDhx9gKq9zj+D+KchUzEu3W0UTan80JxJ8HrzDbgl5/30KXstmeTQseB1nkkwInsP49AJQh4w0fsoTjkYXNfp07TUPYqs7WM9ygyz9g7AR4kSpqjQh9b1ZAOVMKdP6we86OrWU/R6Je//4TIXiG3la60XCqB0Ad283yB7K+0wuPKVlp0SMo0sq1Wq+Pfm64wJHDPSTzVFomN7nNRFngts5GlCzEqPkEzSnQUgSYTzx+oQpPJLln48UrM9876DEKCJYV8xA01jxb0mdBwW5MWclsb+NgM8Z4rX3+kUdUixxfYEFBcPHFcFNGPLIoaq6hjFqMKOrv1xUu0SEi2wzkb245Uvd6o4ZCYOWavKo8f9m2abxID+A6pOtvx7N+VYiYgs91+OV/2goQYP9D3lng6ZzKvqGoP3SoejyV2EJb/GSYXLc7YAQ4SJWhY8NZUCpD3B72zx6Y4gPixy7/KZ6i2pvJHDEVSeA04nvPs4vPXgWnXdY7wbjJu4pRg8l4jYhJtyIzUlnu8ShGU1j7EZhNj3H1LxnFgvjRBtU2GYNuzukse5oKrh53J8d7dQZXJnB8+wcnyiN/VPym9Mc47uBGz5SPqkMM="
          }
        ]
      }
    ]
  }
}