We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79d68ab commit 2c678d7Copy full SHA for 2c678d7
generator/generate-sdk.sh
@@ -181,9 +181,4 @@ echo "📁 Updated directories:"
181
echo " - ${API_DIR}"
182
echo " - ${SRC_DIR}"
183
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)"
+echo "📝 Updated version in pom.xml to ${OPENAPI_VERSION}"
0 commit comments