Skip to content

Commit fa1a8e3

Browse files
committed
fixup: finalizing
Signed-off-by: Simon Schrottner <[email protected]>
1 parent bd0bf16 commit fa1a8e3

File tree

3 files changed

+1
-30
lines changed

3 files changed

+1
-30
lines changed

.github/workflows/ci.yml

-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ jobs:
1717
build:
1818
- java: 17
1919
profile: codequality
20-
- java: 11
21-
profile: java11
2220
- java: 8
2321
profile: java8
2422

pom.xml

-27
Original file line numberDiff line numberDiff line change
@@ -591,33 +591,6 @@
591591
</plugins>
592592
</build>
593593
</profile>
594-
595-
<!-- profile for running tests under java 9+ (used for dev environments where people don't want to be locked to Java 8) -->
596-
<!-- selected automatically by JDK activeation (see https://maven.apache.org/guides/introduction/introduction-to-profiles.html#implicit-profile-activation) -->
597-
<profile>
598-
<id>java11</id>
599-
600-
<properties>
601-
<toolchain.jdk.version>(11,12)</toolchain.jdk.version>
602-
</properties>
603-
<build>
604-
<plugins>
605-
<plugin>
606-
<groupId>org.apache.maven.plugins</groupId>
607-
<artifactId>maven-surefire-plugin</artifactId>
608-
<version>3.5.2</version>
609-
<configuration>
610-
<excludes>
611-
<!-- tests to exclude -->
612-
<exclude>${testExclusions}</exclude>
613-
</excludes>
614-
<argLine>@{surefireArgLine}
615-
</argLine>
616-
</configuration>
617-
</plugin>
618-
</plugins>
619-
</build>
620-
</profile>
621594
</profiles>
622595

623596
<distributionManagement>

providers/flagd/spec

0 commit comments

Comments
 (0)