File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -61,5 +61,7 @@ echo "Build complete OpenAPI in one YAML file: ./brapi_openapi.yaml for sharing.
6161python3 ./Scripts/buildOpenAPI.py ./Specification/swaggerMetaData.yaml ./Specification/BrAPI-Core/ ./Specification/BrAPI-Germplasm/ ./Specification/BrAPI-Genotyping/ ./Specification/BrAPI-Phenotyping/ ./Specification/Components >> ./build/results/buildOpenAPICompleteResults.txt
6262
6363cp ./Specification/BrAPI-Core/brapi_openapi.yaml ./build/brapi_openapi.yaml
64+ echo " Complete OpenAPI in one YAML file can be found here:"
65+ realpath ./build/brapi_openapi.yaml
6466
6567echo " Build completed successfully. Please check the /build/results directory for any warnings"
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ tasks.register("generateAll") {
100100
101101tasks. register(" compareOpenAPI" , JavaExec ) {
102102 group = ' BrAPI'
103- description = ' Compared the compiles OpenAPI schema from the YAML files with the one generated from the Json Schema'
103+ description = ' Compare the compiled OpenAPI schema from the YAML files with the one generated from the Json Schema'
104104 classpath = sourceSets. main. runtimeClasspath
105105 mainClass = javaMainClass
106106 workingDir = ' ../'
You can’t perform that action at this time.
0 commit comments