Skip to content

v1.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Sep 09:37
· 441 commits to main since this release
cf2e0de

Added

  • Plugin Signing
  • Qodana integration
  • Functional tests
  • Compatibility with Java 11
  • Run Qodana and Run IDE for UI Tests run configurations
  • Use Gradle wrapper task to handle Gradle updates
  • JVM compatibility version extracted to gradle.properties file
  • Suppress UnusedProperty inspection for the kotlin.stdlib.default.dependency in gradle.properties

Changed

  • GitHub Actions: Use Java 11
  • GitHub Actions: Update Build and Release flows
  • GitHub Actions: Use Gradle cache provided with actions/setup-java
  • Update pluginVerifierIdeVersions to 2020.3.4, 2021.1.3, 2021.2.1
  • Change since/until build to 203-212.*
  • Upgrade Gradle Wrapper to 7.2
  • Gradle – Changelog plugin configuration update
  • Dependencies - upgrade org.jetbrains.kotlin.jvm to 1.5.30
  • Dependencies - upgrade org.jetbrains.changelog to 1.3.0
  • Dependencies - upgrade org.jetbrains.intellij to 1.1.6
  • Dependencies (GitHub Actions) - upgrade actions/upload-artifact to v2.2.4

Fixed

  • Use DynamicBundle instead of AbstractBundle in MyBundle.kt

Removed

  • Removed detekt/ktlint integration