This is an automated email from the ASF dual-hosted git repository.
vladimirsitnikov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git
The following commit(s) were added to refs/heads/master by this push:
new 05a71a0891 chore: remove dependency on
jetbrains.kotlin.jvm.gradle.plugin in build-logic-commons
05a71a0891 is described below
commit 05a71a08919ec03b05232950faa35832d685372b
Author: Vladimir Sitnikov <[email protected]>
AuthorDate: Fri Nov 24 13:18:55 2023 +0300
chore: remove dependency on jetbrains.kotlin.jvm.gradle.plugin in
build-logic-commons
---
build-logic-commons/gradle-plugin/build.gradle.kts | 2 --
1 file changed, 2 deletions(-)
diff --git a/build-logic-commons/gradle-plugin/build.gradle.kts
b/build-logic-commons/gradle-plugin/build.gradle.kts
index 550c4334ae..e0c21fbb0a 100644
--- a/build-logic-commons/gradle-plugin/build.gradle.kts
+++ b/build-logic-commons/gradle-plugin/build.gradle.kts
@@ -31,8 +31,6 @@ dependencies {
// to make it work.
// See https://github.com/gradle/gradle/issues/17016 regarding
expectedKotlinDslPluginsVersion
implementation("org.gradle.kotlin.kotlin-dsl:org.gradle.kotlin.kotlin-dsl.gradle.plugin:$expectedKotlinDslPluginsVersion")
- // It seems to be the best way to make KotlinCompile available for use in
build-logic.kotlin-dsl-gradle-plugin.gradle.kts
-
implementation("org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin:$embeddedKotlinVersion")
}
// We need to figure out a version that is supported by the current JVM, and
by the Kotlin Gradle plugin