Skip to content

Commit

Permalink
fix: update plugin according to gradle api plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
juherr committed Aug 25, 2024
1 parent 1de6c01 commit ce74e6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jsonschema2pojo-gradle-plugin/example/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
mavenCentral()
}
dependencies {
if (JavaVersion.current().isJava11Compatible()) {
if (JavaVersion.current().isCompatibleWith(JavaVersion.VERSION_17)) {
classpath 'com.android.tools.build:gradle:8.5.2'
} else {
classpath 'com.android.tools.build:gradle:4.2.2'
Expand Down

0 comments on commit ce74e6b

Please # to comment.