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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.3 to 3.2.4 #232

Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.3 to 3.2.4

2f0267b
Select commit
Loading
Failed to load commit list.
Merged

Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.3 to 3.2.4 #232

Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.3 to 3.2.4
2f0267b
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch succeeded Apr 22, 2024 in 8m 57s

Build Passed

The build passed.

Details

This is a normal build for the dependabot/maven/org.apache.maven.plugins-maven-gpg-plugin-3.2.4 branch. You should be able to reproduce it by checking out the branch locally.

Jobs and Stages

This build has two jobs, running in parallel.

Job JDK OS State
701.1 oraclejdk8 Linux passed
701.2 openjdk11 Linux passed

Build Configuration

Build Option Setting
Language Java
Operating System Linux (Trusty)
JDK Versions oraclejdk8, openjdk11
Build Configuration
{
  "language": "java",
  "os": [
    "linux"
  ],
  "dist": "trusty",
  "jdk": [
    "oraclejdk8",
    "openjdk11"
  ],
  "addons": {
    "sonarcloud": {
      "organization": "uwolfer-github",
      "token": "$SONAR_TOKEN"
    },
    "hosts": [
      "buildhost"
    ],
    "hostname": "buildhost"
  },
  "cache": {
    "directories": [
      "$HOME/.m2/repository/",
      "$HOME/.sonar/cache/"
    ]
  },
  "after_success": [
    "if [ \"$TRAVIS_JDK_VERSION\" == \"openjdk11\" ]; then mvn clean test jacoco:report coveralls:report jacoco:prepare-agent sonar:sonar; fi"
  ]
}