Skip to content

Commit

Permalink
docs: update test framework example
Browse files Browse the repository at this point in the history
  • Loading branch information
Suqatri committed Apr 9, 2024
1 parent 60b88f7 commit 6a51f9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test-framework/src/test/kotlin/TestCluster.kt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

Expand All @@ -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
Expand Down

0 comments on commit 6a51f9e

Please sign in to comment.