Skip to content

Commit

Permalink
feat(java): Require Jenkins core 2.479.1 and Java 17.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonesbusy committed Jan 29, 2025
1 parent 19454ca commit 7364f36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
<revision>2</revision>
<changelist>999999-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/trilead-api-plugin</gitHubRepo>
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
<jenkins.baseline>2.479</jenkins.baseline>
<jenkins.version>${jenkins.baseline}.1</jenkins.version>
<hpi.compatibleSinceVersion>2.0.0</hpi.compatibleSinceVersion>
Expand Down Expand Up @@ -117,7 +118,6 @@
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>eddsa-api</artifactId>
<version>0.3.0-4.v84c6f0f4969e</version>
</dependency>
</dependencies>
</project>

0 comments on commit 7364f36

Please sign in to comment.