Skip to content

Build(deps): Bump org.springframework.cloud:spring-cloud-dependencies from 2024.0.1 to 2025.0.0 #306

Build(deps): Bump org.springframework.cloud:spring-cloud-dependencies from 2024.0.1 to 2025.0.0

Build(deps): Bump org.springframework.cloud:spring-cloud-dependencies from 2024.0.1 to 2025.0.0 #306

Workflow file for this run

name: Test Javadoc
on:
pull_request:
branches: [ main ]
paths-ignore:
- '.github/ISSUE_TEMPLATE/**'
- '.github/CODE_OF_CONDUCT.md'
- '.github/CODING_CONVENTIONS.md'
- '.github/CONTRIBUTING.md'
- '.github/dependabot.yml'
- '.github/pull_request_template.md'
- '.github/SECURITY.md'
- 'docs/**'
- 'examples/**'
- 'README.md'
- '.gitattributes'
- '.gitignore'
- 'LICENSE'
- 'NOTICE'
jobs:
javadoc:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'adopt'
cache: maven
- name: Validate Javadoc
run: mvn package -DskipTests javadoc:javadoc