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

Fix inheritance matcher broken when running as jar #61

Merged
merged 9 commits into from
Nov 27, 2024

Fix

ab0f516
Select commit
Loading
Failed to load commit list.
Merged

Fix inheritance matcher broken when running as jar #61

Fix
ab0f516
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Nov 27, 2024 in 2m 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 #61 Fix inheritance matcher broken when running as jar.
Any changes that have been made to the main 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 openjdk21
Build Configuration
{
  "language": "java",
  "os": [
    "linux"
  ],
  "dist": "jammy",
  "jdk": [
    "openjdk21"
  ],
  "cache": {
    "directories": [
      "$HOME/.m2"
    ]
  },
  "branches": {
    "only": [
      "main",
      "/^v\\d+\\.\\d+(\\.\\d+)?(-\\S*)?$/"
    ]
  },
  "addons": {
    "sonarcloud": {
      "organization": "molgenis",
      "token": {
        "secure": "B8j40t3XBkCA3hruTtZH1AP1H2QhZFYKHrpvwpfo9cYihP4h6ynXeelyEhPbjao4flAnCtiNzUXq7/qAb7di1SPA+607Ip12EGxPwLGosoQlNEHY1js06mpzSqUh80cZDz1SAzJpvkGQjUHPUud2Namx4cQhdng++t5D5SlI7GZbqqC66/34UGI/qIy2CynNA2BFZRZ7u8HuU8wGenAGcXWP4aFZrVPc9Jr0hzSEYQTg5KizWdqiZ5aCEm8Z7ikJtyyTx2ILIJHOk0ybofwpo9X+gz0MxVhTR1F44WM/sducG2dfdFfstneVDP9qWuxdmV7k2d/YjwtLUlPLLmNxXWcsL/8qGP3vo5793o6+MA2yqSfriTm5ahOdgDiewQYZf/MtR6muRVj58WGITCCz4ITJQpg9ouZBgaae6spGC7yQkHfvy3AiVGXzrIJOav7g0e2ZZ0ctYqQHvqosy94JT1pSsTcwyzyAGsWz0CS9fECG4V4RAoWDP3owR5wyHFvbQjZHHRAeVrI4yfw/BGxVDnX+rhEbdRlEbhGTHkmgHuQDf2dGYvPVLEoYT6H73vL2HyAGFhzW0bqY2wNqBwXC9xn4rZ9vvpIS/nqdyBA7ZYNi9oHERf6YkhLfObSiobdtGzgyY+InsMH85DOL9//rWOwOVccruA8GGG2f0wA6YKc="
      }
    }
  },
  "before_install": [
    "cp travis.settings.xml $HOME/.m2/settings.xml"
  ],
  "script": [
    "mvn clean install sonar:sonar -Pcoverage -Dsonar.projectKey=molgenis_vip-inheritance-matcher"
  ],
  "before_deploy": [
    "yes | gem update --system --force",
    "gem install faraday-net_http -v '3.3.0'",
    "gem install bundler",
    "gem install uri",
    "gem install logger"
  ],
  "deploy": [
    {
      "provider": "releases",
      "file": [
        "target/vcf-inheritance-matcher.jar"
      ],
      "prerelease": true,
      "on": {
        "tags": true
      },
      "edge": true,
      "token": {
        "secure": "cDxqcprnUPh7FLmnRWv1A9eNhV17wfCzWxT8/mE80jVh8Z+UEyEUlh47/4wq2Qml5ivxtu/ty+4VMpL1h/0fhwCE0Tiec7tD9Xk4Wohy1gMrN6OiAMUXa1jxV4xetg2fY4lm0APJ5/BF4mLVtH9v31nnNvohUfxEocgY9mknd7pGfSZOGeGKjQpoQPpNaHB+prngE+2jBbTPHuN/nsrHQcbh496tv8QBMCQYDxGJVFt0mL7YEMNQuJS/E4mIYTJfuaVoN45FgN+nP61cBUL+dqh9fL4nmrPIuU/D5xggBPKxfBG1V3ePVaALXuhQs/Pp2LNISc8IPDIvK9tptS/FQcujM/Z0VtJEtNNMj+rtRiObLQn8/OyYKx3Nxv0tdxYR5oqftiuFwIOb2dmsOi3MFDtxtsOWe2b9Bqxb99BfP9c3ovGgEAvkPaTFIEv99xIfSVxY+xifF9uamu58I0x/wy+Y/iK9jPwG3JgZTyBD2yBjAnNZ5redsGbNDduAkt2uiyHprmWYHeVPLtqjStwjNcTz+qXFWtQ4Mfr29dF67Vf4BG4zjS+U8zMQk4GbkjPAcn56txk4JXuy+XchMd35Ti8YP10Df5qNuf/6pC0aQdfV3v4OnGXLUGgfg29kdMbPJXCkF1K/Rs/+6ODjj/Qczgo8tACH5YFGMQmB5zxoIRA="
      }
    }
  ],
  "env": [
    "global=PAT_TOKEN=[secure]"
  ]
}