From 6a51f9ec5332d96c10fd66b939f787c0e3fc4a7e Mon Sep 17 00:00:00 2001 From: Suqatri Date: Tue, 9 Apr 2024 20:44:45 +0200 Subject: [PATCH] docs: update test framework example --- test-framework/src/test/kotlin/TestCluster.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test-framework/src/test/kotlin/TestCluster.kt b/test-framework/src/test/kotlin/TestCluster.kt index b8509c34..5f9ba2fb 100644 --- a/test-framework/src/test/kotlin/TestCluster.kt +++ b/test-framework/src/test/kotlin/TestCluster.kt @@ -9,7 +9,7 @@ fun main() { // Set the cloud version that should be used (default: latest stable build) version { - branch = "tests" + branch = "dev" build = "latest" } @@ -26,7 +26,7 @@ fun main() { // You can use 'gradleBuildFile' when you have a gradle project and want to upload the output jar file // Otherwise you can use 'file' to upload a file from your local machine gradleBuildFile { - projectName = "examples/example-plugin" + projectName = "examples/example-plugin" // The gradle-module name targetDirectory = "plugins" shadowJar = false selectStrategy = FileSelectStrategy.LATEST_MODIFIED