From b200b3579a7a2015a42818372d703028d26252be Mon Sep 17 00:00:00 2001 From: Fabrice Lecomte Date: Sat, 27 Feb 2021 00:19:30 +0100 Subject: [PATCH] Improve gradle tasks --- .idea/codeStyles/Project.xml | 18 ++++++++-- .../Test_and_Publish_To_MavenLocal.xml | 34 ------------------- build.gradle.kts | 33 +++++++++++++++++- .../fr/postgresjson/connexion/Connection.kt | 9 +++-- .../postgresjson/connexion/EmbedExecutable.kt | 2 +- .../fr/postgresjson/connexion/Executable.kt | 2 +- .../fr/postgresjson/connexion/Function.kt | 2 +- .../fr/postgresjson/connexion/Paginated.kt | 2 +- .../kotlin/fr/postgresjson/connexion/Query.kt | 2 +- .../fr/postgresjson/connexion/Requester.kt | 3 +- .../fr/postgresjson/definition/Function.kt | 2 +- .../fr/postgresjson/definition/Migration.kt | 2 +- .../fr/postgresjson/definition/Parameter.kt | 2 +- .../fr/postgresjson/definition/Query.kt | 6 ++-- .../fr/postgresjson/definition/Resource.kt | 2 +- .../postgresjson/entity/EntitiesInterfaces.kt | 4 +-- .../fr/postgresjson/migration/Function.kt | 6 ++-- .../postgresjson/migration/MigrationScript.kt | 4 +-- .../fr/postgresjson/migration/Migrations.kt | 6 ++-- .../fr/postgresjson/serializer/Serializer.kt | 2 +- .../fr/postgresjson/utils/LoggerDelegate.kt | 2 +- .../fr/postgresjson/utils/searchSqlFiles.kt | 2 +- .../kotlin/fr/postgresjson/ConnectionTest.kt | 33 ++++++++++-------- src/test/kotlin/fr/postgresjson/EntityTest.kt | 13 +++++-- .../kotlin/fr/postgresjson/MigrationTest.kt | 4 +-- .../kotlin/fr/postgresjson/RequesterTest.kt | 4 +-- .../kotlin/fr/postgresjson/SerializerTest.kt | 4 +-- .../kotlin/fr/postgresjson/TestAbstract.kt | 2 +- 28 files changed, 115 insertions(+), 92 deletions(-) delete mode 100644 .idea/runConfigurations/Test_and_Publish_To_MavenLocal.xml diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml index 1eefa6e..877b662 100644 --- a/.idea/codeStyles/Project.xml +++ b/.idea/codeStyles/Project.xml @@ -2,16 +2,30 @@ + -