File tree Expand file tree Collapse file tree 4 files changed +9
-5
lines changed
src/main/resources/META-INF Expand file tree Collapse file tree 4 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 33# AVA Test Run Configuration Generator Changelog
44
55## [ Unreleased]
6+ ## [ 1.3.3]
7+ ## [ 1.3.3]
8+ ### Changed
9+ - [ Fix issue with using file name #4 ] ( https://github.com/eirikb/AvaJavaScriptTestRunnerRunConfigurationGenerator/pull/4 ) by Ben Donnelly (Umaaz)
10+ - Dependabot
611## [ 1.3.2]
712version
813- Change deprecated method call
Original file line number Diff line number Diff line change @@ -9,13 +9,13 @@ plugins {
99 // Java support
1010 id(" java" )
1111 // Kotlin support
12- id(" org.jetbrains.kotlin.jvm" ) version " 1.4.31 "
12+ id(" org.jetbrains.kotlin.jvm" ) version " 1.4.32 "
1313 // gradle-intellij-plugin - read more: https://github.com/JetBrains/gradle-intellij-plugin
1414 id(" org.jetbrains.intellij" ) version " 0.7.2"
1515 // gradle-changelog-plugin - read more: https://github.com/JetBrains/gradle-changelog-plugin
1616 id(" org.jetbrains.changelog" ) version " 1.1.2"
1717 // detekt linter - read more: https://detekt.github.io/detekt/gradle.html
18- id(" io.gitlab.arturbosch.detekt" ) version " 1.15 .0"
18+ id(" io.gitlab.arturbosch.detekt" ) version " 1.16 .0"
1919 // ktlint linter - read more: https://github.com/JLLeitschuh/ktlint-gradle
2020 id(" org.jlleitschuh.gradle.ktlint" ) version " 10.0.0"
2121}
@@ -29,7 +29,7 @@ repositories {
2929 jcenter()
3030}
3131dependencies {
32- detektPlugins(" io.gitlab.arturbosch.detekt:detekt-formatting:1.15 .0" )
32+ detektPlugins(" io.gitlab.arturbosch.detekt:detekt-formatting:1.16 .0" )
3333}
3434
3535// Configure gradle-intellij-plugin plugin.
Original file line number Diff line number Diff line change 33
44pluginGroup = no.eirikb.avatest
55pluginName = AvaJavaScriptTestRunnerRunConfigurationGenerator
6- pluginVersion = 1.3.2
6+ pluginVersion = 1.3.3
77pluginSinceBuild = 202
88pluginUntilBuild = 203.*
99# Plugin Verifier integration -> https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl
Original file line number Diff line number Diff line change 11<idea-plugin >
22 <id >no.eirikb.avatest</id >
33 <name >AVA Test Run Configuration Generator</name >
4- <version >1.3</version >
54 <
vendor email =
" [email protected] " >Eirik Brandtzæg</
vendor >
65
76 <idea-version since-build =" 173.0" />
You can’t perform that action at this time.
0 commit comments