From 073df585c47e869067400a1d034deee0abc874be Mon Sep 17 00:00:00 2001 From: "Aleksei.Cherepanov" Date: Mon, 28 Aug 2023 18:10:30 +0200 Subject: [PATCH] Fix testdata after #5162 After changes in `kotlin-maven-plugin: Don't print warning on no resources to compile` and `Update KotlinCompileMojoBase.java` commits test data was updated #KT-26156 Fixed --- .../kotlin-maven-plugin-test/src/it/test-plugins/expected.log | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/tools/kotlin-maven-plugin-test/src/it/test-plugins/expected.log b/libraries/tools/kotlin-maven-plugin-test/src/it/test-plugins/expected.log index a3f5a309353..358a7963005 100644 --- a/libraries/tools/kotlin-maven-plugin-test/src/it/test-plugins/expected.log +++ b/libraries/tools/kotlin-maven-plugin-test/src/it/test-plugins/expected.log @@ -1,7 +1,7 @@ -[WARNING] No sources found skipping Kotlin compile +[INFO] No sources to compile [INFO] Applicability test for project use-test-extension [INFO] Applied plugin: 'test-me' [INFO] Configuring test plugin with arguments [INFO] Plugin applied [INFO] Option value: my-special-value -[WARNING] No sources found skipping Kotlin compile +[INFO] No sources to compile