File tree Expand file tree Collapse file tree 4 files changed +3
-3
lines changed
spotify-web-api-generator-open-api
src/test/java/de/sonallux/spotify/generator/openapi Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4242 with :
4343 files : |
4444 spotify-web-api-core/src/main/resources/spotify-web-api.yml
45- spotify-web-api-generator-open-api/spotify-open -api-spec .yml
45+ spotify-web-api-generator-open-api/spotify-web -api-openapi .yml
Original file line number Diff line number Diff line change 44# This script must be run from the root directory.
55
66API_DOCUMENTATION_FILE=./spotify-web-api-core/src/main/resources/spotify-web-api.yml
7- OUTPUT_FOLDER=./spotify-web-api-generator-open-api/spotify-open -api-spec .yml
7+ OUTPUT_FOLDER=./spotify-web-api-generator-open-api/spotify-web -api-openapi .yml
88
99# Find a '*.cli-jar'
1010cliJarFile=$( find ./spotify-web-api-generator-open-api/target -maxdepth 1 -type f -name " *-cli.jar" -print -quit)
File renamed without changes.
Original file line number Diff line number Diff line change 44
55public class OpenApiGeneratorTest {
66 private static final Path INPUT_FILE_PATH = Path .of ("spotify-web-api-core/src/main/resources/spotify-web-api.yml" );
7- private static final Path SWAGGER_FILE = Path .of ("spotify-web-api-generator-open-api/spotify-open -api-spec .yml" );
7+ private static final Path SWAGGER_FILE = Path .of ("spotify-web-api-generator-open-api/spotify-web -api-openapi .yml" );
88
99 public static void main (String [] args ) {
1010 var cli = new CLI ();
You can’t perform that action at this time.
0 commit comments