From 562ede4c7daf28703ffa98116f568174a42c806b Mon Sep 17 00:00:00 2001 From: Ilya Chernikov Date: Thu, 17 Aug 2023 15:18:37 +0200 Subject: [PATCH] LV20: Fix maven plugins test metadata --- .../kotlin-maven-plugin-test/src/it/test-apiVersion/verify.bsh | 2 +- .../kotlin-maven-plugin-test/src/it/test-helloworld-kts/pom.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/libraries/tools/kotlin-maven-plugin-test/src/it/test-apiVersion/verify.bsh b/libraries/tools/kotlin-maven-plugin-test/src/it/test-apiVersion/verify.bsh index 3f6f8708f48..18b6ee7fd22 100644 --- a/libraries/tools/kotlin-maven-plugin-test/src/it/test-apiVersion/verify.bsh +++ b/libraries/tools/kotlin-maven-plugin-test/src/it/test-apiVersion/verify.bsh @@ -1,4 +1,4 @@ source(new File(basedir, "../../../verify-common.bsh").getAbsolutePath()); assertBuildLogHasLine("[INFO] BUILD FAILURE"); -assertBuildLogHasLineThatContains("Unresolved reference: uppercase"); \ No newline at end of file +assertBuildLogHasLineThatContains("This declaration needs opt-in."); \ No newline at end of file diff --git a/libraries/tools/kotlin-maven-plugin-test/src/it/test-helloworld-kts/pom.xml b/libraries/tools/kotlin-maven-plugin-test/src/it/test-helloworld-kts/pom.xml index 8fccd5d32ef..4813d608f21 100644 --- a/libraries/tools/kotlin-maven-plugin-test/src/it/test-helloworld-kts/pom.xml +++ b/libraries/tools/kotlin-maven-plugin-test/src/it/test-helloworld-kts/pom.xml @@ -61,6 +61,7 @@ -Xallow-any-scripts-in-source-roots + -Xuse-fir-lt=false