Support sending and retrieving caching headers in requests/responses#15
Merged
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 2s
Build Passed
The build passed.
Details
This is a normal build for the engelsystem-base-headers 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"
]
}
Loading