Skip to content

Commit

Permalink
Fix liberty-gradle-plugin version to 3.5.2
Browse files Browse the repository at this point in the history
Signed-off-by: Scott Kurz <[email protected]>
  • Loading branch information
scottkurz committed Jul 6, 2023
1 parent 164b11f commit 7d203cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/files/gradle/liberty/build.gradle.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'io.openliberty.tools:liberty-gradle-plugin:3.8.2'
classpath 'io.openliberty.tools:liberty-gradle-plugin:3.5.2'
}
}

Expand Down

0 comments on commit 7d203cd

Please sign in to comment.