Skip to content

Commit da39980

Browse files
committed
Update to latest gradle version
1 parent 47df60e commit da39980

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

intellij/gradle.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
# -> https://plugins.jetbrains.com/docs/intellij/intellij-artifacts.html
33

44
pluginGroup = com.mintlify.document
5-
pluginName = Mintlify Writer
5+
pluginName = Mintlify Doc Writer
66
# SemVer format -> https://semver.org
7-
pluginVersion = 1.2.1
7+
pluginVersion = 1.2.3
88

99
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
1010
# for insight into build numbers and IntelliJ Platform versions.
@@ -20,10 +20,10 @@ platformVersion = LATEST-EAP-SNAPSHOT
2020
platformPlugins =
2121

2222
# Java language level used to compile sources and to generate the files for - Java 11 is required since 2020.3
23-
javaVersion = 11
23+
javaVersion = 17
2424

2525
# Gradle Releases -> https://github.com/gradle/gradle/releases
26-
gradleVersion = 7.4
26+
gradleVersion = 7.6
2727

2828
# Opt-out flag for bundling Kotlin standard library.
2929
# See https://plugins.jetbrains.com/docs/intellij/kotlin.html#kotlin-standard-library for details.

0 commit comments

Comments
 (0)