Skip to content

Commit 608bb65

Browse files
committed
Use Jmix Gradle plugin 2.7.2 in templates
1 parent 145a3f7 commit 608bb65

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

jmix-templates/content/project/addon-kotlin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ buildscript {
33
gradlePluginPortal()
44
}
55
dependencies {
6-
classpath "io.jmix.gradle:jmix-gradle-plugin:2.7.1"
6+
classpath "io.jmix.gradle:jmix-gradle-plugin:2.7.2"
77
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.10"
88
}
99
}

jmix-templates/content/project/addon/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ buildscript {
33
gradlePluginPortal()
44
}
55
dependencies {
6-
classpath "io.jmix.gradle:jmix-gradle-plugin:2.7.1"
6+
classpath "io.jmix.gradle:jmix-gradle-plugin:2.7.2"
77
}
88
}
99

jmix-templates/content/project/application-kotlin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'io.jmix' version '2.7.1'
2+
id 'io.jmix' version '2.7.2'
33
id 'org.jetbrains.kotlin.jvm' version '2.1.10'
44
id 'java'
55
id 'org.jetbrains.gradle.plugin.idea-ext' version '1.1.9'

jmix-templates/content/project/application-tabmod/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'io.jmix' version '2.7.1'
2+
id 'io.jmix' version '2.7.2'
33
id 'java'
44
id 'org.jetbrains.gradle.plugin.idea-ext' version '1.1.9'
55
}

jmix-templates/content/project/application/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'io.jmix' version '2.7.1'
2+
id 'io.jmix' version '2.7.2'
33
id 'java'
44
id 'org.jetbrains.gradle.plugin.idea-ext' version '1.1.9'
55
}

jmix-templates/content/project/rest-service/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'io.jmix' version '2.7.1'
2+
id 'io.jmix' version '2.7.2'
33
id 'java'
44
id 'org.jetbrains.gradle.plugin.idea-ext' version '1.1.9'
55
}

0 commit comments

Comments
 (0)