mirror of
https://github.com/jlengrand/error-prone-support.git
synced 2026-03-10 08:11:25 +00:00
Fix build by allowing junit:junit:jar:4.13-SNAPSHOT to be retrieved
While there, make sure PITest writes reports to a stable directory.
This commit is contained in:
@@ -88,6 +88,22 @@
|
||||
</argLine>
|
||||
</properties>
|
||||
|
||||
<!-- XXX: Like Error Prone itself, this module's tests depend on
|
||||
`junit:junit:jar:4.13-SNAPSHOT`. Find a better solution. -->
|
||||
<repositories>
|
||||
<repository>
|
||||
<releases>
|
||||
<enabled>false</enabled>
|
||||
</releases>
|
||||
<snapshots>
|
||||
<enabled>true</enabled>
|
||||
</snapshots>
|
||||
<id>sonatype-nexus-snapshots</id>
|
||||
<name>Sonatype Nexus Snapshots</name>
|
||||
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
<dependencyManagement>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
@@ -664,6 +680,7 @@
|
||||
contention. -->
|
||||
<threads>4</threads>
|
||||
<timeoutFactor>4</timeoutFactor>
|
||||
<timestampedReports>false</timestampedReports>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
|
||||
Reference in New Issue
Block a user