Skip to content

Commit

Permalink
meta: Update JavadocIndexer and Java version
Browse files Browse the repository at this point in the history
  • Loading branch information
I-Al-Istannen committed Jun 24, 2024
1 parent 4dcde53 commit 0275938
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,7 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.10.1</version>
<configuration>
<release>20</release>
<compilerArgs>
<compilerArg>--enable-preview</compilerArg>
</compilerArgs>
<release>22</release>
</configuration>
</plugin>

Expand All @@ -35,16 +32,11 @@
<version>3.3.1</version>
<configuration>
<from>
<image>eclipse-temurin:20</image>
<image>eclipse-temurin:22</image>
</from>
<to>
<image>i-al-istannen/doctor</image>
</to>
<container>
<jvmFlags>
<jvmFlag>--enable-preview</jvmFlag>
</jvmFlags>
</container>
</configuration>
</plugin>

Expand Down Expand Up @@ -122,7 +114,7 @@
<dependency>
<groupId>com.github.I-Al-Istannen</groupId>
<artifactId>JavadocIndexer</artifactId>
<version>8f39b2e9f8</version>
<version>737637adb06f</version>
</dependency>

</dependencies>
Expand Down

0 comments on commit 0275938

Please sign in to comment.