File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ trait Tests extends Cross.Module[String] with JavaModule {
133
133
def repositoriesTask = Task .Anon {
134
134
Seq (
135
135
coursier.parse.RepositoryParser .repository(
136
- " ivy:" + directories.localRepo().path.toNIO.toUri.toASCIIString + " / [defaultPattern]"
136
+ pprint.err.log( " ivy:" + directories.localRepo().path.toNIO.toUri.toASCIIString + " [defaultPattern]" )
137
137
).fold(err => throw new Exception (err), x => x)
138
138
) ++ super .repositoriesTask()
139
139
}
@@ -163,10 +163,10 @@ trait TestsJni extends Cross.Module[String] with JavaModule {
163
163
def repositoriesTask = Task .Anon {
164
164
Seq (
165
165
coursier.parse.RepositoryParser .repository(
166
- " ivy:" + directories.localRepo().path.toNIO.toUri.toASCIIString + " / [defaultPattern]"
166
+ pprint.err.log( " ivy:" + directories.localRepo().path.toNIO.toUri.toASCIIString + " [defaultPattern]" )
167
167
).fold(err => throw new Exception (err), x => x),
168
168
coursier.parse.RepositoryParser .repository(
169
- " ivy:" + `directories-jni`.localRepo().path.toNIO.toUri.toASCIIString + " / [defaultPattern]"
169
+ pprint.err.log( " ivy:" + `directories-jni`.localRepo().path.toNIO.toUri.toASCIIString + " [defaultPattern]" )
170
170
).fold(err => throw new Exception (err), x => x)
171
171
) ++ super .repositoriesTask()
172
172
}
You can’t perform that action at this time.
0 commit comments