Skip to content

Commit 2c678d7

Browse files
committed
fix: echos
1 parent 79d68ab commit 2c678d7

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

generator/generate-sdk.sh

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -181,9 +181,4 @@ echo "📁 Updated directories:"
181181
echo " - ${API_DIR}"
182182
echo " - ${SRC_DIR}"
183183
echo " - ${DOCS_DIR}"
184-
echo "📝 Updated version in pom.xml to ${OPENAPI_VERSION}"
185-
echo ""
186-
echo "Next steps:"
187-
echo "1. Build the SDK: ./gradlew build (or mvn compile if using Maven)"
188-
echo "2. Run tests: ./gradlew test (or mvn test if using Maven)"
189-
echo "3. Install to local repository: ./gradlew publishToMavenLocal (or mvn install)"
184+
echo "📝 Updated version in pom.xml to ${OPENAPI_VERSION}"

0 commit comments

Comments
 (0)