zowe / sample-spring-boot-api-service

Zowe REST API service SDK and sample API service that integrates with Zowe API Mediation Layer
Other
26 stars 18 forks source link

Incorrect error message `Run ./gradlew zosbuild in directory ...zowe-rest-api-commons-spring...` #51

Open plavjanik opened 4 years ago

plavjanik commented 4 years ago

Message is not correct: Run ./gradlew zosbuild in directory C:\dev\java\sample-spring-boot-api-service\zowe-rest-api-commons-spring

It should be: It should be: run ./gradlew :zowe-rest-api-commons-spring:zosbuild in C:\dev\java\sample-spring-boot-api-service

Reported by @dkelosky

dkelosky commented 4 years ago

actually I think this is OK and I just read it - you cd into the directory according to your message and then run gradlew zosbuild - likewise you must do this for zowe-rest-api-sample-spring

dkelosky commented 4 years ago

The reason I opened this was because you cannot use gradlew in zowe-rest-api-commons-spring at the moment.

github-actions[bot] commented 4 years ago

This issue has not been updated in a long time.