Skip to content

Commit

Permalink
Use Jmix Gradle plugin 2.2.0.1 in project templates
Browse files Browse the repository at this point in the history
  • Loading branch information
gorbunkov committed Feb 29, 2024
1 parent 7d74509 commit 7238d32
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion jmix-templates/content/project/addon-kotlin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ buildscript {
gradlePluginPortal()
}
dependencies {
classpath "io.jmix.gradle:jmix-gradle-plugin:2.2.0"
classpath "io.jmix.gradle:jmix-gradle-plugin:2.2.0.1"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.22"
}
}
Expand Down
2 changes: 1 addition & 1 deletion jmix-templates/content/project/addon/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ buildscript {
gradlePluginPortal()
}
dependencies {
classpath "io.jmix.gradle:jmix-gradle-plugin:2.2.0"
classpath "io.jmix.gradle:jmix-gradle-plugin:2.2.0.1"
}
}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'io.jmix' version '2.2.0'
id 'io.jmix' version '2.2.0.1'
id 'org.jetbrains.kotlin.jvm' version '1.9.22'
id 'java'
}
Expand Down
2 changes: 1 addition & 1 deletion jmix-templates/content/project/application/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'io.jmix' version '2.2.0'
id 'io.jmix' version '2.2.0.1'
id 'java'
}

Expand Down
2 changes: 1 addition & 1 deletion jmix-templates/content/project/rest-service/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'io.jmix' version '2.2.0'
id 'io.jmix' version '2.2.0.1'
id 'java'
}

Expand Down

0 comments on commit 7238d32

Please sign in to comment.