This repository was archived by the owner on Sep 24, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 482
Support Gradle groovy script #689
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4b56231 to
6264966
Compare
donggyu04
commented
Nov 16, 2020
ngrinder-controller/src/main/java/org/ngrinder/script/service/GitHubFileEntryService.java
Outdated
Show resolved
Hide resolved
24c2786 to
0840859
Compare
imbyungjun
reviewed
Nov 17, 2020
b464ffc to
716b17f
Compare
4fa0806 to
5c78446
Compare
8b21a42 to
ab76779
Compare
ab76779 to
d7363d4
Compare
junoyoon
reviewed
Nov 23, 2020
...r-controller/src/main/java/org/ngrinder/script/handler/GroovyGradleProjectScriptHandler.java
Outdated
Show resolved
Hide resolved
d7363d4 to
afd47c7
Compare
imbyungjun
previously approved these changes
Nov 24, 2020
songeunwoo
previously approved these changes
Nov 24, 2020
81e283e
81e283e to
ae41c24
Compare
imbyungjun
previously approved these changes
Nov 26, 2020
songeunwoo
previously approved these changes
Nov 26, 2020
005e58b
005e58b to
737c56f
Compare
2d59c30 to
fc9020d
Compare
junoyoon
previously approved these changes
Nov 26, 2020
fc9020d to
4161f3c
Compare
songeunwoo
approved these changes
Nov 27, 2020
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.


We support Gradle groovy scripts instead of Maven groovy scripts. You can't create Maven groovy script anymore. but It will run without any problems.
We remove embedded Maven to reduce the size of our artifact. Native command will be used to copy dependencies. You must install Maven and Gradle in your machine before running ngrinder.