This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
youys
/
ant
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
1
Code
Releases
0
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
Fix test compilation (org.example.junitlauncher.Tracker requires junitlauncher optional dep)
master
Jaikiran Pai
7 years ago
parent
8f86fd99b0
commit
41ecf7588e
1 changed files
with
4 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-1
build.xml
+ 4
- 1
build.xml
View File
@@ -209,7 +209,10 @@
</selector>
<selector id="needs.junitlauncher">
<filename name="${optional.package}/junitlauncher/"/>
<or>
<filename name="${optional.package}/junitlauncher/"/>
<filename name="org/example/junitlauncher/Tracker.java"/>
</or>
</selector>
<selector id="needs.junit.engine.vintage">
Write
Preview
Loading…
Cancel
Save