|  | @@ -44,6 +44,7 @@ public class ForbiddenApisPrecommitPlugin extends PrecommitPlugin implements Int
 | 
	
		
			
				|  |  |              t.copy("forbidden/es-test-signatures.txt");
 | 
	
		
			
				|  |  |              t.copy("forbidden/http-signatures.txt");
 | 
	
		
			
				|  |  |              t.copy("forbidden/es-server-signatures.txt");
 | 
	
		
			
				|  |  | +            t.copy("forbidden/snakeyaml-signatures.txt");
 | 
	
		
			
				|  |  |          });
 | 
	
		
			
				|  |  |          project.getTasks().withType(CheckForbiddenApis.class).configureEach(t -> {
 | 
	
		
			
				|  |  |              t.dependsOn(resourcesTask);
 |