-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Let's colaborate on Gradle template #1
Comments
I'm definitely interested! What are you thinking and how can I help? Right now I only use this plugin in one robot project, Jarvis, but am excited about this plugin potentially becoming more standard. Probably the thing you would find most interesting based on what you've shared is the automated process I have for running the Random Movement Targeting Challenge: https://github.com/bnorm/jarvis/blob/main/src/battles/kotlin/bnorm/TargetingChallenge.kt Because this plugin (by default) downloads Robocode to the project directory at |
I would have look at your existing code soon.
On top of that, Please drop me email, so that I could send you invite to slack. |
Hi Brian,
We just merged robo-code/robocode#47 and I would like to make writing robots in gradle first class citizen.
I'm experimenting with robot testability here https://github.com/robo-code/rur
I create
sandbox
folder as temporary robocode homehttps://github.com/robo-code/rur/blob/main/rur/build.gradle.kts
and I set
robocode.options.development.path
here https://github.com/robo-code/rur/blob/main/rur/src/test/java/rossum/RobotTestBed.java#L136that is not possible on released version of robocode yet, but is on master already.
I didn't have time to look at your testing ideas yet, not at the gradle template. I'm just reaching out to see if you are interested to colaborate on it.
Cheers!
pavel.savara # gmail.com
The text was updated successfully, but these errors were encountered: