Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
basic-example
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
davis
basic-example
Commits
70df8ae3
Commit
70df8ae3
authored
6 years ago
by
Emmanuel Godard
Browse files
Options
Downloads
Patches
Plain Diff
correct commandLine for davis task
parent
cafae002
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
build.gradle
+1
-1
1 addition, 1 deletion
build.gradle
with
1 addition
and
1 deletion
build.gradle
+
1
−
1
View file @
70df8ae3
...
@@ -20,7 +20,7 @@ task installJBotsim(type: Copy, group: "distribution", description: "Install jbo
...
@@ -20,7 +20,7 @@ task installJBotsim(type: Copy, group: "distribution", description: "Install jbo
// Basic task to launch davis with appropriate arguments :
// Basic task to launch davis with appropriate arguments :
// <network> <id> <size> <algo>
// <network> <id> <size> <algo>
task
davis
(
type:
Exec
,
group:
"Application"
,
description:
"Run default Davis"
)
{
task
davis
(
type:
Exec
,
group:
"Application"
,
description:
"Run default Davis"
)
{
commandLine
'davis/bin/udavis'
,
'src/RingAnon2AgentsSym.java'
,
'RandomIds'
,
'18'
,
'src/
r
andomWalkRing.java'
commandLine
'davis/bin/udavis'
,
'src/RingAnon2AgentsSym.java'
,
'RandomIds'
,
'18'
,
'src/
R
andomWalkRing.java'
dependsOn
installJBotsim
dependsOn
installJBotsim
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment