mirror of
				https://github.com/scm-manager/scm-manager.git
				synced 2025-11-03 20:15:52 +01:00 
			
		
		
		
	fix java 8 build
This commit is contained in:
		
							
								
								
									
										2
									
								
								pom.xml
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								pom.xml
									
									
									
									
									
								
							@@ -180,7 +180,7 @@
 | 
			
		||||
      <plugin>
 | 
			
		||||
        <groupId>org.codehaus.mojo</groupId>
 | 
			
		||||
        <artifactId>animal-sniffer-maven-plugin</artifactId>
 | 
			
		||||
        <version>1.9</version>
 | 
			
		||||
        <version>1.15</version>
 | 
			
		||||
        <configuration>
 | 
			
		||||
          <signature>
 | 
			
		||||
            <groupId>org.codehaus.mojo.signature</groupId>
 | 
			
		||||
 
 | 
			
		||||
@@ -61,7 +61,6 @@ import java.io.InputStream;
 | 
			
		||||
import java.io.Writer;
 | 
			
		||||
 | 
			
		||||
import java.lang.annotation.Annotation;
 | 
			
		||||
import java.lang.reflect.Array;
 | 
			
		||||
 | 
			
		||||
import java.util.Iterator;
 | 
			
		||||
import java.util.List;
 | 
			
		||||
@@ -109,7 +108,7 @@ import javax.xml.transform.stream.StreamResult;
 | 
			
		||||
@SupportedAnnotationTypes("*")
 | 
			
		||||
@MetaInfServices(Processor.class)
 | 
			
		||||
@SuppressWarnings({ "Since16", "Since15" })
 | 
			
		||||
@SupportedSourceVersion(SourceVersion.RELEASE_7)
 | 
			
		||||
@SupportedSourceVersion(SourceVersion.RELEASE_8)
 | 
			
		||||
public final class ScmAnnotationProcessor extends AbstractProcessor
 | 
			
		||||
{
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user