Skip to content
Snippets Groups Projects
Commit a9a4f8c7 authored by a.croix's avatar a.croix
Browse files

Update .gitlab-ci

parent cbd8150b
No related branches found
No related tags found
1 merge request!5Refactoring
Pipeline #3314 passed
......@@ -19,7 +19,7 @@ test:mvn:jdk8:
stage: test
image: maven:3.5.3-jdk-8
script:
- mvn clean verify -Dgpg.skip -Dmaven.repo.local=.m2
- mvn clean verify -Dgpg.skip -Dmaven.repo.local=.m2 -q
##mvn:jdk11:
......
......@@ -11,7 +11,11 @@ import java.nio.charset.StandardCharsets;
import java.nio.file.Files;
import java.nio.file.Path;
import java.nio.file.Paths;
import java.util.*;
import java.util.ArrayList;
import java.util.Collections;
import java.util.HashMap;
import java.util.List;
import java.util.Random;
import java.util.logging.Level;
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment