File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
org.metaborg.spoofax.shell.core
src/test/java/org/metaborg/spoofax/shell Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1919 order to build our code standalone (which is not only easier for testing locally, but
2020 required on TravisCI). -->
2121 <repositories >
22+ <repository >
23+ <id >custom-snapshot-repo</id >
24+ <url >http://fokkema-ict.nl/maven2</url >
25+ <releases >
26+ <enabled >false</enabled >
27+ </releases >
28+ <snapshots >
29+ <enabled >true</enabled >
30+ </snapshots >
31+ </repository >
2232 <repository >
2333 <id >metaborg-snapshot-repo</id >
2434 <url >http://artifacts.metaborg.org/content/repositories/snapshots/</url >
Original file line number Diff line number Diff line change 1- package org .metaborg .spoofax .shell . core ;
1+ package org .metaborg .spoofax .shell ;
22
33import static org .junit .Assert .fail ;
44import static org .mockito .Mockito .doReturn ;
You can’t perform that action at this time.
0 commit comments