Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
AutoReferee
Commits
93636259
Commit
93636259
authored
Sep 23, 2021
by
NicolaiO
🐼
Committed by
TIGERs GitLab
Sep 23, 2021
Browse files
Fix build
See merge request main/Sumatra!1460 sumatra-commit: 233bc4b1dd31a4024ffc88710fc83e77d8cf9409
parent
24a64679
Pipeline
#17131
passed with stage
in 10 minutes and 56 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
buildSrc/src/main/groovy/sumatra.java-conventions.gradle
View file @
93636259
...
...
@@ -38,9 +38,9 @@ jacoco {
jacocoTestReport
{
reports
{
xml
.
enabl
ed
=
true
csv
.
enabl
ed
=
false
html
.
enabl
ed
=
false
xml
.
requir
ed
=
true
csv
.
requir
ed
=
false
html
.
requir
ed
=
false
}
afterEvaluate
{
...
...
modules/common/build.gradle
View file @
93636259
...
...
@@ -36,5 +36,5 @@ task runBangBangTrajectoryBenchmark(type: JavaExec) {
group
=
"Execution"
description
=
"Run BangBangTrajectoryBenchmark"
classpath
=
sourceSets
.
test
.
runtimeClasspath
main
=
"edu.tigers.sumatra.trajectory.BangBangTrajectoryBenchmark"
main
Class
.
set
(
"edu.tigers.sumatra.trajectory.BangBangTrajectoryBenchmark"
)
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment