File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,15 +8,15 @@ plugins {
88 // Java support
99 id(" java" )
1010 // Kotlin support
11- id(" org.jetbrains.kotlin.jvm" ) version " 1.7 .10"
11+ id(" org.jetbrains.kotlin.jvm" ) version " 1.8 .10"
1212 // Gradle IntelliJ Plugin
13- id(" org.jetbrains.intellij" ) version " 1.7.0 "
13+ id(" org.jetbrains.intellij" ) version " 1.13.2 "
1414 // Gradle Changelog Plugin
15- id(" org.jetbrains.changelog" ) version " 1.3.1 "
15+ id(" org.jetbrains.changelog" ) version " 2.0.0 "
1616 // Gradle Qodana Plugin
1717 id(" org.jetbrains.qodana" ) version " 0.1.13"
1818 // Dependency Updates
19- id(" com.github.ben-manes.versions" ) version " 0.42 .0"
19+ id(" com.github.ben-manes.versions" ) version " 0.46 .0"
2020}
2121
2222group = properties(" pluginGroup" )
Original file line number Diff line number Diff line change 44pluginGroup = com.github.serverfrog.bitburnerplugin
55pluginName = Bitburner-Plugin
66# SemVer format -> https://semver.org
7- pluginVersion =0.0.4
7+ pluginVersion =0.0.5
88
99# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
1010# for insight into build numbers and IntelliJ Platform versions.
1111pluginSinceBuild =203
12- pluginUntilBuild =222 .*
12+ pluginUntilBuild =231 .*
1313
1414# IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties
1515platformType =IC
@@ -23,7 +23,7 @@ platformPlugins =
2323javaVersion = 11
2424
2525# Gradle Releases -> https://github.com/gradle/gradle/releases
26- gradleVersion =7.5
26+ gradleVersion =8.0.2
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.
You can’t perform that action at this time.
0 commit comments