Skip to content

Add SimpleEngelsystemRepository in separate "engelsystem-repositories" library artifact.#16

Merged
johnjohndoe merged 1 commit into
masterfrom
engelsystem-repositories
May 10, 2025
Merged

Add SimpleEngelsystemRepository in separate "engelsystem-repositories" library artifact.#16
johnjohndoe merged 1 commit into
masterfrom
engelsystem-repositories

Add SimpleEngelsystemRepository in separate "engelsystem-repositories…

8465220
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 - Branch succeeded May 10, 2025 in 4m 6s

Build Passed

The build passed.

Details

This is a normal build for the engelsystem-repositories 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 (Focal)
JDK Version openjdk17
Build Configuration
{
  "language": "java",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "jdk": [
    "openjdk17"
  ],
  "notifications": {
    "email": [
      {
        "enabled": true
      }
    ]
  },
  "before_script": [
    "sudo /etc/init.d/mysql stop",
    "sudo /etc/init.d/postgresql stop",
    "chmod +x gradlew"
  ],
  "script": [
    "./gradlew clean assemble test"
  ]
}