Skip to content

Commit

Permalink
Fix compatibility versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
sjrd218 committed Nov 22, 2024
1 parent 0a1e6e3 commit 79d2e20
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ apply plugin: 'idea'
apply plugin: 'maven-publish'
apply plugin: 'pl.allegro.tech.build.axion-release'

sourceCompatibility = 11
sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11
ext.rundeckPluginVersion= '1.2'
ext.rundeckVersion='5.2.0-20240410'

Expand Down

0 comments on commit 79d2e20

Please sign in to comment.