Skip to content

How can I run gradle-groovy project in local ? #782

Answered by donggyu04
yonginscv asked this question in Q&A
Discussion options

You must be logged in to vote

@yonginscv

Hi, please follow the steps below. I will explain based on the IntelliJ IDE.

  1. Checkout your scripts from the repository that commonly svn like svn checkout http://localhost:8080/svn/admin/groovy-gradle-exam

  1. Import the project using the Intellij IDE.
  2. Open the Preference(command + , on macOS) and change the build and run option using Intellij IDEA, not Gradle.

  1. Right-click the TestRunner.groovy and click Run TestRunner

If your ngrinder-groovy scope is compileOnly, change it to implementation like below

dependencies {
    // compileOnly (group: "org.ngrinder", name: "ngrinder-groovy", version: ngrinder_version)
    implementation (group: "org.ngrinder", name: "ngrinder-gro…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by donggyu04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants