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 c524b26  Remove compileKotlin reference from build scripts
c524b26 is described below

commit c524b2611e955338605c3645f9c10ade5968af42
Author: Vladimir Sitnikov <[email protected]>
AuthorDate: Wed Nov 17 09:46:36 2021 +0300

    Remove compileKotlin reference from build scripts
---
 buildSrc/gradle.properties | 1 -
 gradle.properties          | 1 -
 src/core/build.gradle.kts  | 4 ----
 3 files changed, 6 deletions(-)

diff --git a/buildSrc/gradle.properties b/buildSrc/gradle.properties
index 5f11ec8..c8a1d01 100644
--- a/buildSrc/gradle.properties
+++ b/buildSrc/gradle.properties
@@ -14,7 +14,6 @@
 #   limitations under the License.
 org.gradle.parallel=true
 kotlin.code.style=official
-kotlin.parallel.tasks.in.project=true
 
 ktlint.version=0.40.0
 
diff --git a/gradle.properties b/gradle.properties
index 985ad32..c641739 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -25,7 +25,6 @@ org.gradle.caching=true
 # repository.apache.org does not yet support .sha256 and .sha512 checksums
 systemProp.org.gradle.internal.publish.checksums.insecure=true
 kotlin.code.style=official
-kotlin.parallel.tasks.in.project=true
 
 # This is version for Apache JMeter itself
 # Note: it should not include "-SNAPSHOT" as it is automatically added by 
build.gradle.kts
diff --git a/src/core/build.gradle.kts b/src/core/build.gradle.kts
index 359f2d3..611ecf1 100644
--- a/src/core/build.gradle.kts
+++ b/src/core/build.gradle.kts
@@ -135,10 +135,6 @@ ide {
 }
 
 // <editor-fold defaultstate="collapsed" desc="Gradle can't infer task 
dependencies, however it sees they use the same directories. So we add the 
dependencies">
-tasks.compileKotlin {
-    dependsOn(versionClass)
-}
-
 tasks.withType<Checkstyle>().matching { it.name == "checkstyleMain" }
     .configureEach {
         mustRunAfter(versionClass)

Reply via email to