Skip to content

Commit 78343d3

Browse files
author
Guy Davenport
committed
add realpath
1 parent 8921742 commit 78343d3

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

Scripts/buildDocs.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,7 @@ echo "Build complete OpenAPI in one YAML file: ./brapi_openapi.yaml for sharing.
6161
python3 ./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

6363
cp ./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

6567
echo "Build completed successfully. Please check the /build/results directory for any warnings"

generator/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ tasks.register("generateAll") {
100100

101101
tasks.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 = '../'

0 commit comments

Comments
 (0)