Skip to content
This repository has been archived by the owner on Mar 31, 2022. It is now read-only.

Commit

Permalink
Update dependencies - use latest Gradle plugin jmix-framework/jmix#250
Browse files Browse the repository at this point in the history
  • Loading branch information
knstvk committed Oct 13, 2021
1 parent dc8cbde commit 3215efa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion content/project/single-module-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:1.1.0-M6"
classpath "io.jmix.gradle:jmix-gradle-plugin:1.1.0-M7"
}
}

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

Expand Down

0 comments on commit 3215efa

Please sign in to comment.