This commit is contained in:
parent
9b7f6e3ba3
commit
b312fa4747
@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
<property name="spec.version" value="0.0"/>
|
<property name="spec.version" value="0.0"/>
|
||||||
|
|
||||||
<property name="compiler.source" value="1.6"/>
|
<property name="compiler.source" value="1.8"/>
|
||||||
<property name="compiler.target" value="${compiler.source}"/>
|
<property name="compiler.target" value="${compiler.source}"/>
|
||||||
|
|
||||||
<property name="build.finalName" value="${project.artifactId}-${project.version}"/>
|
<property name="build.finalName" value="${project.artifactId}-${project.version}"/>
|
||||||
|
@ -1,42 +0,0 @@
|
|||||||
diff --git a/src/main/java/org/sonatype/plexus/build/incremental/EmptyScanner.java b/src/main/java/org/sonatype/plexus/build/incremental/EmptyScanner.java
|
|
||||||
index 7cce37d..68b5b41 100644
|
|
||||||
--- a/src/main/java/org/sonatype/plexus/build/incremental/EmptyScanner.java
|
|
||||||
+++ b/src/main/java/org/sonatype/plexus/build/incremental/EmptyScanner.java
|
|
||||||
@@ -14,6 +14,7 @@ See the Apache License Version 2.0 for the specific language governing permissio
|
|
||||||
package org.sonatype.plexus.build.incremental;
|
|
||||||
|
|
||||||
import java.io.File;
|
|
||||||
+import java.util.Comparator;
|
|
||||||
|
|
||||||
import org.codehaus.plexus.util.Scanner;
|
|
||||||
|
|
||||||
@@ -54,4 +55,7 @@ public class EmptyScanner implements Scanner {
|
|
||||||
return basedir;
|
|
||||||
}
|
|
||||||
|
|
||||||
+ public void setFilenameComparator(Comparator<String> filenameComparator) {
|
|
||||||
+ }
|
|
||||||
+
|
|
||||||
}
|
|
||||||
diff --git a/src/test/java/org/sonatype/plexus/build/incremental/test/TestIncrementalBuildContext.java b/src/test/java/org/sonatype/plexus/build/incremental/test/TestIncrementalBuildContext.java
|
|
||||||
index 14c1e26..c89fa52 100644
|
|
||||||
--- a/src/test/java/org/sonatype/plexus/build/incremental/test/TestIncrementalBuildContext.java
|
|
||||||
+++ b/src/test/java/org/sonatype/plexus/build/incremental/test/TestIncrementalBuildContext.java
|
|
||||||
@@ -18,6 +18,7 @@ import java.io.FileOutputStream;
|
|
||||||
import java.io.IOException;
|
|
||||||
import java.io.OutputStream;
|
|
||||||
import java.util.ArrayList;
|
|
||||||
+import java.util.Comparator;
|
|
||||||
import java.util.HashSet;
|
|
||||||
import java.util.Iterator;
|
|
||||||
import java.util.List;
|
|
||||||
@@ -66,6 +67,9 @@ public class TestIncrementalBuildContext implements BuildContext {
|
|
||||||
public File getBasedir() {
|
|
||||||
return basedir;
|
|
||||||
}
|
|
||||||
+
|
|
||||||
+ public void setFilenameComparator(Comparator<String> filenameComparator) {
|
|
||||||
+ }
|
|
||||||
}
|
|
||||||
|
|
||||||
private final Set changedFiles;
|
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 20 18:00:35 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
- Build with source and target levels 8
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Nov 21 15:33:18 UTC 2019 - Fridrich Strba <fstrba@suse.com>
|
Thu Nov 21 15:33:18 UTC 2019 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package plexus-build-api
|
# spec file for package plexus-build-api
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
|
Loading…
x
Reference in New Issue
Block a user