Skip to content

Commit 6b9651b

Browse files
authored
Updated Gradle plugins (#46)
1 parent a0f75eb commit 6b9651b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

settings.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
plugins {
22
id "com.cherryperry.gradle-file-encrypt" version "2.0.3" apply false
3-
id "org.jetbrains.gradle.plugin.idea-ext" version "1.1.3" apply false
3+
id "org.jetbrains.gradle.plugin.idea-ext" version "1.2" apply false
44
id 'cz.habarta.typescript-generator' version "$typescriptGeneratorVersion" apply false
5-
id 'pl.allegro.tech.build.axion-release' version '1.18.16' apply false
5+
id 'pl.allegro.tech.build.axion-release' version '1.20.1' apply false
66
}
77

88
rootProject.name = "$projectName"

0 commit comments

Comments
 (0)