From 773a8d8a08e32defc7f86cd388080f8bf45c998f Mon Sep 17 00:00:00 2001 From: William Cheng Date: Sun, 21 Mar 2021 10:53:00 +0800 Subject: [PATCH] move dart test to node 2, remove oas v2 dart tests (#9028) --- CI/circle_parallel.sh | 2 -- pom.xml | 19 ++++++++----------- 2 files changed, 8 insertions(+), 13 deletions(-) diff --git a/CI/circle_parallel.sh b/CI/circle_parallel.sh index 25bea6eb41e..b8d25329014 100755 --- a/CI/circle_parallel.sh +++ b/CI/circle_parallel.sh @@ -81,8 +81,6 @@ else export PATH="/usr/local/go1.14/go/bin:$PATH" go version - installDart - mvn --no-snapshot-updates --quiet verify -Psamples.circleci.others -Dorg.slf4j.simpleLogger.defaultLogLevel=error mvn --no-snapshot-updates --quiet javadoc:javadoc -Psamples.circleci -Dorg.slf4j.simpleLogger.defaultLogLevel=error fi diff --git a/pom.xml b/pom.xml index 30babe9a972..3d2ab30975f 100644 --- a/pom.xml +++ b/pom.xml @@ -1352,17 +1352,6 @@ samples/client/petstore/javascript-promise-es6 samples/server/petstore/go-api-server samples/server/petstore/go-gin-api-server - samples/client/petstore/dart2/petstore_client_lib - samples/client/petstore/dart2/petstore - samples/openapi3/client/petstore/dart2/petstore_client_lib - samples/openapi3/client/petstore/dart2/petstore - - samples/client/petstore/dart-dio/petstore_client_lib - samples/openapi3/client/petstore/dart-dio/petstore_client_lib - samples/openapi3/client/petstore/dart-dio/petstore_client_lib_fake - samples/openapi3/client/petstore/dart-dio-next/petstore_client_lib_fake - samples/client/petstore/dart-jaguar/openapi - samples/client/petstore/dart-jaguar/flutter_petstore/openapi @@ -1424,6 +1413,14 @@ + samples/openapi3/client/petstore/dart2/petstore_client_lib + samples/openapi3/client/petstore/dart2/petstore + samples/openapi3/client/petstore/dart-dio/petstore_client_lib + samples/openapi3/client/petstore/dart-dio/petstore_client_lib_fake + samples/openapi3/client/petstore/dart-dio-next/petstore_client_lib_fake + samples/client/petstore/dart-jaguar/openapi + samples/client/petstore/dart-jaguar/flutter_petstore/openapi + samples/client/petstore/R