Skip to content

Commit

Permalink
Use release candidate for a plugin to test it
Browse files Browse the repository at this point in the history
  • Loading branch information
eirnym committed Jan 29, 2023
1 parent e2baabf commit 3097a48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demo/android-agp7/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:7.4.0'
classpath "org.jsonschema2dataclass:plugin:6.0.0"
classpath "org.jsonschema2dataclass:plugin:6.1.0-rc1"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
Expand Down
2 changes: 1 addition & 1 deletion demo/java/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
plugins {
id("org.jsonschema2dataclass") version "6.0.0" apply false
id("org.jsonschema2dataclass") version "6.1.0-rc1" apply false
}

0 comments on commit 3097a48

Please sign in to comment.