Skip to content

Commit

Permalink
Update to latest gradle version
Browse files Browse the repository at this point in the history
  • Loading branch information
handotdev committed Dec 19, 2022
1 parent 47df60e commit da39980
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions intellij/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# -> https://plugins.jetbrains.com/docs/intellij/intellij-artifacts.html

pluginGroup = com.mintlify.document
pluginName = Mintlify Writer
pluginName = Mintlify Doc Writer
# SemVer format -> https://semver.org
pluginVersion = 1.2.1
pluginVersion = 1.2.3

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

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

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

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

0 comments on commit da39980

Please sign in to comment.