We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8eb836f commit 036834aCopy full SHA for 036834a
1 file changed
modules/jooby-cli/pom.xml
@@ -15,6 +15,8 @@
15
<Module-Name>io.jooby.cli</Module-Name>
16
<jline.version>3.30.6</jline.version>
17
<picocli.version>4.7.7</picocli.version>
18
+ <!-- No argLine, make reproducible builds happy -->
19
+ <argLine/>
20
</properties>
21
22
<dependencies>
@@ -124,9 +126,9 @@
124
126
<compilerArgs>
125
127
<arg>-Aproject=${project.groupId}/${project.artifactId}</arg>
128
</compilerArgs>
- <source>17</source>
- <target>17</target>
129
- <release>17</release>
+ <source>21</source>
130
+ <target>21</target>
131
+ <release>21</release>
132
</configuration>
133
</plugin>
134
<plugin>
0 commit comments