Skip to content

Commit

Permalink
fix: do not require Java 11
Browse files Browse the repository at this point in the history
  • Loading branch information
metacosm authored and manusa committed Mar 12, 2021
1 parent 87b39c7 commit 1172840
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
7 changes: 1 addition & 6 deletions crd-generator/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,7 @@

<artifactId>crd-generator-api</artifactId>
<name>Fabric8 :: CRD generator :: API</name>

<properties>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
</properties>


<dependencies>
<dependency>
<groupId>io.fabric8</groupId>
Expand Down
7 changes: 1 addition & 6 deletions crd-generator/apt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,7 @@

<artifactId>crd-generator-apt</artifactId>
<name>Fabric8 :: CRD generator :: Annotation Processor</name>

<properties>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
</properties>


<dependencies>
<dependency>
<groupId>io.fabric8</groupId>
Expand Down

0 comments on commit 1172840

Please sign in to comment.