Skip to content

fix: path segment needs to be free of slashes (#33) #21

fix: path segment needs to be free of slashes (#33)

fix: path segment needs to be free of slashes (#33) #21

Workflow file for this run

name: Build SwaggerHub Gradle Plugin
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
distribution: 'adopt'
java-version: '8'
- name: Execute Gradle build
uses: gradle/gradle-build-action@v2.4.2
with:
arguments: build --info